+ 4
How can I get practice that will help improve my understanding of JavaScript as a beginner?
Learning JavaScript
15 odpowiedzi
+ 18
Websites To Practice Your Coding Skills:
• https://www.hackerrank.com
• https://www.codewars.com
• https://www.hackerearth.com
• https://codecombat.com
• https://projecteuler.net
• https://brainwar.it
• http://www.programmr.com
• https://www.codechef.com
• http://www.codeabbay.com
• https://www.topcoder.com
• https://coderbyte.com
• https://leetcode.com
• http://exercism.io
• https://codefights.com
• http://www.cyber-dojo.org
• http://codingbat.com
• http://www.pythonchallenge.com
• https://codegolf.stackexchange.com
• https://www.codingame.com
• http://www.programmr.com
• https://programmingpraxis.com
+ 12
• Best way to learn is to practice ;
• Finish the JavaScript Tutorial on SoloLearn ;
• View the codes made by the public ;
• Create websites of your own.
https://www.sololearn.com/discuss/869920/?ref=app
https://www.sololearn.com/discuss/739193/?ref=app
https://www.sololearn.com/post/47491/?ref=app
https://code.sololearn.com/WKFF4vOCr3mi/?ref=app
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 10
Try freecodecamp.org Helped me a lot!
+ 5
I really want to understand JavaScript
+ 5
As I remember they start from very basics and gradually becomes harder. Try watching some more tutorials. Or examine the answers to those challenges and understand them.
+ 4
Okay. Thanks a lot
+ 4
Sololearn challenges?
+ 4
Wow!!! Thanks guys!
+ 4
You can also have a look on this code:
https://code.sololearn.com/WNMa6MjQt28a/?ref=app
+ 3
I'm currently using it... But still having difficulty with the challenges...
+ 3
Hmm... Thanks for this clue
+ 2
Working on open source projects or your own projects
+ 2
Where can I find open source projects for beginners?
+ 2
Well for open source projects you could find most of them on github or related platforms, just search for "open source projects for beginners" on google and i think you will be satisfied with the answers you will get
+ 2
Also there is an excellent free book called "you don't know JS" that might help you understanding the core concepts of JavaScript