Printing several variables

Report a typo

Print all variables in the given code into the console.

Sample Input 1:

Sample Output 1:

Jessica
26
Write a program in JavaScript
const name = "Jessica";
let age = 26;

// сhange the code below
console.log();
console.log();
___

Create a free account to access the full topic