Javascript string encoding: from UTF-8 and back

Node string encoding is all over the place. Let’s try to straighten out how it
works. Read more

Similar

There’s More to the JavaScript Console

We’ve probably all used console.log in our JavaScript projects. It’s a nice, quick, convenient way to view the value of a variable or to see what’s going on at a given time in the application. But there are many more options with the JavaScript console ob... (more…)

Read more »