Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

var bestApp = 'studytonight';
let _code = 'I love coding';
let num = 007;
let $123 = 100;

console.log(bestApp);
console.log(_code);
console.log(num);
console.log($123);


Here's what worked for me
Also try running the code in the output before submitting the answer
Hope it helps
2 years ago