-
Building a Twitch streamer web app using jQuery and Javascript
In today’s video, I’m going to show you how to build a Twitch streamer web app, which is one of the intermediate front-end web development projects from Free Code Camp. To complete this project, I will still be using jQuery and JavaScript as I did in the previous projects. Original source
-
JavaScript Lingo: Arrays & Objects
How to identify an array or an object based on simple syntax, as well as what they are capable of doing. If you want to store more than one piece of information to a variable, you can do so by creating an array or an object. **Disclaimer: Objects in JS are not exactly the same…