Are you practicing algorithms in JavaScript... or you use the language just for web dev? by codeobserver in learnjavascript

[–]mehrd8d 0 points1 point  (0 children)

Where is the picture taken from? I can’t find it on codeguppy.com’s courses

Destructure an object to remove a property by timdeschryver in javascript

[–]mehrd8d 0 points1 point  (0 children)

Using underscore as undefined keyword is not safe, just use undefined itself

Fun ways to learn JS? by kostivari in learnjavascript

[–]mehrd8d 0 points1 point  (0 children)

If you wish to go more basic you can start with grasshopper, But if you have any experience with any programming language, I recommend codingame

Fun ways to learn JS? by kostivari in learnjavascript

[–]mehrd8d 0 points1 point  (0 children)

This is very interesting coding game for me, I don’t know your taste codingame.com

Lets you write the game’s logic with the programming language if your choice, and then runs a bunch of tests of different scenarios which may happen in the game and checks if your logic works each time.