The Free Course for Javascript
📣 Sponsor
The mission I've always wanted Fjolt to have is the ability to give people the exact resources they need to master all it takes to build great technology products. One of the major reasons I feel this is so important is because I've watched individuals, including myself, have so many doors opened by having the tools to make something great.
As such, we have been putting together a guide which will hopefully help anyone to get a basic grasp of Javascript. It's still and probably always will be, a work in progress, but hopefully the content developed so far gives individuals of all levels more context around why things work the way they do in Javascript. As well, this guide will hopefully try to highlight why things work the way they do.
We have been working on creating some custom quizzes for this guide, which will let you test if you picked up everything as you progress through our guide, similar to what we've done in our CSS guide.
To access the guide, please click the link below. Any feedback is appreciated as we continue to refine the content and steps within it:
More Tips and Tricks for Javascript
- Sharing Screens with the New Javascript Screen Capture API
- Setting the Default Node.JS version with nvm
- How Events work in Javascript
- Javascript Dates and How they Work
- Javascript Ordinals: Adding st, nd, rd and th suffixes to a number
- How the Javascript History API Works
- Javascript on Click Confetti Effect
- Making your own Express Middleware
- Javascript Shallow Copies - what is a Shallow Copy?
- Javascript Array Concat Method