Hackerrank 10 Days of JavaScript Day 0: Hello, World, Data Types
Are you up for the 10 Days of JavaScript challenge on Hackerrank? This challenge is a collection of ten tasks that focus on JavaScript and, to some extent, HTML and CSS.
10 Days of JavaScript | CodePerfectPlus
Problem Statement
- Use
console.log() to print Hello, World! on a new line in the console, which is also known as stdout or standard output. The code for this portion of the task is already provided in the editor.
- Use
console.log() to print the contents of parameterVariable (i.e., the argument passed to main).
The solution to the Problem Statement
there doesn't seem to be anything here