rem’s avatarrem’s Twitter Archive—№ 67,881

  1. Cool looking code worked!…then double checked myself. Phew! port = process.env.PORT |= 3000; // sets env.PORT if undefined to 3000 - win! … Except, ie. if env.PORT = 8000, then: port = process.env.PORT |= 3000; // port = 8184 … dangit! Explanation bitcalc.app/?history=%5B%228000%22%2C%223000%22%2C%228000+%7C+3000%22%5D&endian=big&byte-size=16