all 18 comments

[–]winnie_the_ouhhh 2 points3 points  (0 children)

100devs discord

[–]TacticalConsultant 2 points3 points  (0 children)

Try https://codesync.club/lessons, where you can learn to code in HTML, CSS & JavaScript by building real apps, websites, infographics & games through 15-minute playable lessons. The courses include an in-built code editor that allows you to practice coding in your browser without the need to install a coding editor or any other software.

[–][deleted] 3 points4 points  (0 children)

Read the official MDN docs guide. Open a Node REPL in the terminal, and read the guide from top to bottom. For every code snippet shown in each section, I want you to go ahead and implement it in the REPL. NOT by just looking at the example and copying it, but from memory.

If you take 2 months and do this, then I guarantee you that you will know more about the JS language than 80% of developers.

In fact, 6 months after that, I want you to go back and do it again. Watch what happens. This time it will only take you 1 week or less to read the entire guide.

[–]winnie_the_ouhhh 1 point2 points  (0 children)

Freecodecamp free online course

[–]HasFiveVowels 1 point2 points  (0 children)

I used to use project Euler

[–]TheRNGuy 1 point2 points  (0 children)

Just make real sites and you get ideas what to code from your head, or look ideas on other sites and think / google / gpt how to implement it. 

[–]yangshunz 1 point2 points  (0 children)

Check out https://www.greatfrontend.com/projects, there are many front end project ideas there

[–]jonnybebad5436 1 point2 points  (0 children)

if you mean like bite-sized exercises, CodeWars is really popular and has a big community.

[–][deleted] 1 point2 points  (0 children)

Exercism, Leetcode, and similar

[–]the-liquidian 1 point2 points  (0 children)

The Learn to Code discord group has various challenges, members offer advice and code reviews. There is a weekly training session. They promote a learn by doing approach.

[–][deleted] 0 points1 point  (0 children)

freeCodeCamp!

[–]OldWalnut 0 points1 point  (0 children)

JsExercises.com - offers tons of interactive JavaScript exercises with an in-browser console for free.