Skip to content

TextEncoder / TextDecoder not round tripping

I’m definitely missing something about the TextEncoder and TextDecoder behavior. It seems to me like the following code should round-trip, but it doesn’t seem to: Since I’m just encoding and decoding the string, the char code seems like it should be the same, but this returns 65533 instead o…

NPM Run Watch is Not Working For React Project

Hello Im trying to use NPM Run Watch so I can see localhost:3000 for my React Project but I’m getting a weird error so I don’t even know where to begin. Not sure if anyone is familiar with this guy but I’m using codingphase starter package and before I did npm run watch I installed gulp I ha…