I’m trying my hand at writing a ridiculously easy-to-follow guide on JavaScript essentials. There might be many of these out there, but this one is mine. Tell me what you think and whether I can clarify or simplify at any point. In JavaScript, a function is a bunch of code that can be run, or… Continue reading What is a function?
Tag: javascript
Binary Image Converter
Binary Image Converter I made another HTML5 toy! It deals with binary images that print ASCII messages when converted, and vice versa. Try it out! Last night, I noticed chickensnack‘s favicon on his site – I converted it to a binary string by hand (by literally typing out the 1’s and 0’s), and then feeding… Continue reading Binary Image Converter