Category: JavaScript 301
-
JavaScript 301: Challenge
JavaScript 301: Challenge Congratulations! By getting this far, you have proved your ability to learn and apply some of the most advanced coding topics. You’re now ready for the final challenge of this course. On completion of the project below, you will have proved your ability to build advanced programs that can handle dynamic, complex…
-
JavaScript 301: Next Steps
JavaScript 301: Next Steps You did it! By completing all of the challenges, you have officially completed this advanced JavaScript 301 course. Congratulations! 🎉🥳 If you’d like to learn more about JavaScript, the best thing you can do now is get involved in as many real-world projects, either through open source opportunities, jobs, or freelance…
-
JavaScript 201: Objects
JavaScript 201: Objects At its core, an object is just like a map: it has a collection of key-value pairs, where the keys are known as properties (or methods when they are functions). Objects allow you to group related data and behaviours into a single entity, and can be scaled to build and maintain complex…