+ 9
Fellow SoloLearners, How should I practice coding JavaScript?
I've learned the language and understand it very well. Fairly good at OOP too. But I'm unable to code something good. (like... an application) Could you guys provide me with some intermediate level stuff to learn more and practice? Please help me get started, friends!
21 Réponses
+ 12
You can go ahead with these :
1. Create a calculator
2. Make a quiz App
3. Make a content slider
4. Create math solving script
5. Learn canvas drawing and animation
6. Make Rock Paper Scissors game
7. Make a Tic Tac Toe game
8. Make a snake game
9. Create a media player app
10. Learn to think
The last point is very important. Think yourself, and make as your thinking !!
+ 11
If u have enough knowledge but still u r not confident at making things, then try to disintegrate ur problems into smaller and smaller chunks till when u don't realise the solution. For ex, if u want to a off-side canvas bar which shows up on click, then u might approach that ur main problem is to hide and show a bar on click. And then u may realise that u can use event listener and toogle a class, a class which can transform ur box to required px in x-axis to hide it. This is the proper way of thinking.
+ 8
• Why I am in love with ES6! ;)
https://codeburst.io/why-i-am-in-love-with-es6-13f8aa64005d
https://www.sololearn.com/post/47491/?ref=app
+ 6
+ 6
SaifAli 👍You are welcome! 😊
https://www.sololearn.com/post/61575/?ref=app
+ 6
SaifAli
Will this be useful: 👍😉
• How to build an HTML calculator app from scratch using JavaScript
https://medium.freecodecamp.org/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98
+ 6
SaifAli Such is Programming Life! Trial & Error Exercise will make You a Master...🙃
+ 5
Always welcome friend! 😉
Have a nice coding! ;)👍🍻
+ 5
SaifAli Just test your creativity & imagination! With that, nothing will stop you..🙂👍🏻
+ 4
Try to see here if you find something useful to you
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 4
Arb Rahim Badsa
Yes, THAT "Learn to think"
How do I do that? Can you tell me more?
I'm not able to think logically when I try to code.
+ 4
Just code anything as crude as you imagine...you then review it. Trust me, you'll start seeing mistakes and correcting them one after the other:and that's how you become good at it
+ 3
SaifAli don't worry dude !! 😊 Complete all the stuffs I had written !! You will understand yourself !! Practice makes perfect !!
+ 3
Muhd Khairul Amirin Bin Yaacob
Danijel Ivanović
Thank you!
+ 3
Danijel Ivanović
Yeah, definitely!
Thanks again for all your help, man :)
+ 3
Arb Rahim Badsa
Sure, man! Will do that.
Gonna be using your codes as a reference. They are awesome.
+ 3
Geovanny Martínez Forero
Could you provide more details on that, bro?
Everytime I try coding something a bit more complex, I have a hard time constructing objects. It's a pain, really! I guess, I just have to keep practicing.
+ 2
SaifAli it is ok if you can't do this, that is why you have to learn this.
+ 2
SaifAli Don't forget to let us know when you are done !! 😊