DEV Community

jassica
jassica

Posted on

where i practice javascript question???

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

Top comments (6)

Collapse
 
theawesomeguy47 profile image
TheAwesomeGuy47

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.

Collapse
 
frontendengineer profile image
Let's Code

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

Collapse
 
moeenmahmud profile image
Moeen Mahmud

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!

Collapse
 
cloei profile image
Cendy

i myself use Codewars

Collapse
 
muhyilmaz profile image
MUHAMMED YILMAZ

Codewars

Collapse
 
ageekdev profile image
ΛGΣΣK

Start solving algorithm problems using JavaScript and building websites. It's is the way!