javascripting
javascripting copied to clipboard
Learn JavaScript by adventuring around in the terminal.
I have installed the npm and Node.js in Windows . And I have installed the module successfully. However, when I run the workshop by using Windows cmd, it shows **"'javascripting'...
Bumps [minimist](https://github.com/substack/minimist) from 0.0.8 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
Hey, I noticed the german translation is missing for this course :) If it is still needed I'd be up for doing it 🙃 (No Issue template seemed fitting to...
…n the difference between let and const
Below is my code let fruit = 6 if(fruit > 5) { console.log("The fruit name has more than five characters"); } else { console.log("The fruit name has five characters or...
**Describe the bug** I just installed javascripting to learn and when trying to start up the lesson, I am presented with the menu. When I go to select any of...
for-loop
why this simple code dosent work for this question? Create a file named for-loop.js. In that file define a variable named total and make it equal the number 0. Define...
**Describe the bug** 17 step error in answer, be course it copy paste **To Reproduce** Steps to reproduce the behavior: 1. Go to lesson 17 2. Click on execute verify...
We are looking for contributions to the translation of the “Object Key” challenge. - [x] en - [x] es - [x] fr - [x] it - [x] ja - [...
As someone who has no previous JavaScript knowledge, the Scope problem is quite frustrating. Even though the introduction does a good job defining scope, I was not prepared to follow...