hii i m newbii in javascript , i learned the concept bt having a lot of difficulty in executing it ....
is there any website like leetcode or anything i just go and practice javascript...
plz help
hii i m newbii in javascript , i learned the concept bt having a lot of difficulty in executing it ....
is there any website like leetcode or anything i just go and practice javascript...
plz help
For further actions, you may consider blocking this person and/or reporting abuse
Emmanuel Ayinde -
TheDev -
Sadiq Shah -
Bruno Ciccarino λ -
Top comments (6)
If you are looking for a playground type thing look at repl.it or scrimba.com. If you want a local playground, use nodejs.org and in a terminal do
node /path/to/file
to run a JavaScript file. Text editors I recommend are Vim (complex for beginners), Visual Studio Code or Jetbrains WebStorm.check out my youtube channel - youtube.com/channel/UCFIwa5Eqf4kN1...
i have javascript coding videos that may help you and other front end topics like react, interview prep and many more
For first step, you can solve the HackerRanks 10 Days of JavaScript.
After that you can join 30 Days of Code there. It will help you to stay consistent.
Besides, you can try their "Problem Solving (Basic)" and "Problem Solving (Intermediate)". This will help you to understand the approaches in solving problems.
After that, you are good to move to the next phase. You could pick, Codewars, Coderbyte, CodeChef, LeetCode and many more. I personally prefer Coderbyte.
And if you want more challenge and fun, try the Project Euler.
Happy Coding!
i myself use Codewars
Codewars
Start solving algorithm problems using JavaScript and building websites. It's is the way!