Use this visual guide to understand common JavaScript developer tools like NPM, Webpack and Babel.
Category: javascript
AJAX Basics Explained By Working At A Fast Food Restaurant
This visual explanation will show how to use AJAX, GET and POST in your front-end.
Traversing the DOM Is Just Like Creating Your Personal Schedule (Visual Explanation)
This visual guide gives an introduction to the DOM and helps you understand how JavaScript and HTML work together.
A Visual Guide to Understanding Variables in JavaScript
If you are sturggling to understand how variables work in JavaScript, this visual guide will help.
How JavaScript variable scoping is just like multiple levels of government
This analogy explains JavaScript scoping in the simplest way possible.
JavaScript For Loops Explained with Animated Scuba Divers
This visual tutorial gives an incredibly simple animated explanation of for loops in JavaScript.
Understanding the basics of Express.js by eating at a restaurant
If you are trying to learn the basics of Node.js, this guide to Express.js will help you set up for first app.
JavaScript Arrays and Objects Are Just Like Books and Newspapers
Use this visual explanation to quickly understand objects and arrays in JavaScript.
React Props/State Explained Through Darth Vader’s Hunt for the Rebels
If you’ve seen Star Wars, then you can understand props and state. Props and state are essential to writing readable React code. But they’re hard concepts to grasp, because they’re based around an entirely different paradigm than Angular or jQuery (if you have used either of those). But don’t worry — I’m going to clear everything up… Continue reading React Props/State Explained Through Darth Vader’s Hunt for the Rebels
Model-View-Controller (MVC) Explained Through Ordering Drinks At The Bar
You can use this visual tutorial to understand Model View Controller in JavaScript based on the process of ordering a drink at the bar.
