Print all variables in the given code into the console.
Declaring variables
Printing several variables
Report a typo
Sample Input 1:
Sample Output 1:
Jessica
26Write a program in JavaScript
const name = "Jessica";
let age = 26;
// сhange the code below
console.log();
console.log();
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.