I’ve been getting a lot of questions from students recently about how I landed my sweet gig at Lab Zero, or, more generally, how I got into the industry in the first place. It’s really nothing out of the ordinary, but I thought I’d write it up here so I can cut down on repetition. (DRY… Continue reading How I Got Into the Web Development Industry
Tag: teaching
What is a function?
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?