- 1
JavaScript Lessons.
I have noticed that JS has only extended to the Web Browser and that is a bit disappointing. I have two questions: One: How can we get more JS lessons on SoloLearn? (Not Just browser lessons, but more in depth coding, some statements aren't even on SoloLearn, like the let statement. and it appears in Challenges, which is a bit confusing.) Two: Where can I go to learn about more in depth coding? I am building a game out of pure JS, and it is a little sad just using Alert, Confirm, and Prompt. =Ă{đ}Ă=
2 Answers
+ 5
New content
Search Q&A for Lesson Factory (a way to contribute, learn by teaching?)
In-depth coding
Mozilla has extensive documentation and tutorials. How much of that could be adapted to SoloLearn?
Alerts
I use jQueryMobile (jQueryUI in browsers), I've also seen SweetAlerts and CSS animations.
:)
Note:
[A] Can I Use? (let) https://caniuse.com/#feat=let
[B] Your version: https://code.sololearn.com/WeBKGPjY0UHK/?ref=app
+ 1
well, there is always w3schools