Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 1.86 KB

index.md

File metadata and controls

58 lines (48 loc) · 1.86 KB
title description
javascript exercises
javascript practice site
<style> header { display: flex; background-color: #f3f30b; height: 144px; padding: 24px; color: rgba(0,0,0,.84); align-items: center; justify-content: center; } </style>

JavaScript Exercises

Learning to program can be challenging and learning javascript can be challenging to.

One of the best ways to re-enforce your learnings into knowledge is practice, and persistent practice. Building projects is a great way to approach learning, but sometimes it can be a long endeavor and can become frustrating when you get stuck. This site provides a set of exercises (without the answers) for you to test your knowledge about the fundamentals of JavaScript. Daily practice of fundamental patterns creates confidence and can give you musle memory for core concepts empowering you to think at the problem level versus the technical level.

Practice! Practice! Practice!

Exercises

Thank you to www.w3resource.com for the initial exercises.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.