+ 2
Where or how to practice JS??
I have learned basic JS from Sololearn. Then completed the course from Codecademy. But the problem is I couldn't get enough practice. Can someone help me with this??? like which websites to follow or which book should I read. Thank You.
7 Respostas
+ 13
Arnab Mondal w3school have a lot of exercises and exemples. You can even search a specific stuff in that web.
+ 11
Did you visited to W3school yet? That website help me a lot! Maybe it will help you too! Take a try...
+ 8
Here are the links for some of the popular sites:
• https://www.hackerrank.com/
• https://www.codingame.com/
• https://www.topcoder.com/challenges/?pageIndex=1
• https://coderbyte.com/
• https://projecteuler.net/
• https://www.codechef.com/
• https://www.codeeval.com/
• https://www.codewars.com/
• https://leetcode.com/
• http://www.spoj.com/
Books:
• https://eloquentjavascript.net/
• https://github.com/getify/You-Dont-Know-JS
And you can take reference from MDN:
• https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
Good Luck!
+ 4
çodewars.com could train you write efficient Javascript and learn better coding from experts.
I challenge myself to take this training now
https://www.codewars.com/kata/possibilities-of-throwing-a-coin-n-times
Pleae come to accept the challenge too, write your Javascript code to solve the puzzle, this is the faster way to master your coding skill.
+ 3
Visit Nodeschool, there you can learn and practice a lot.
+ 2
Thank you JTLZ. I will check it out. I used w3school for references. I will try the exercises.