

Coding challenge #1: Print numbers from 1 to 10Įdit in coding playground for(let i = 1 i = 0) If you want to run these solutions outside CodeGuppy, just replace println() with console.log() then run them using your browser console tool or node.js.

The code is making use of the codeguppy specific function println() to print the results. If you prefer to open all solutions in a single, unified coding playgroud please open the 50 Coding Challenges project.

Each solution is acompanied by an online link that helps you quickly run it in a code playground. The coding challenges in this article are intended for code newbies, therefore the solutions are implemented using only simple / classical programming elements. You’ll find there a series of fun and engaging coding lessons and cool projects.Ĭhannel main page Coding lessons playlist Coding projects playlist After you read this article, please remember to check out also the “Coding Adventures” YouTube channel.
