Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

${} js

let x = 5;
console.log("hello world " + x + " times");
console.log(`hello world ${x} times`);
Source by discuss.codecademy.com #
 
PREVIOUS NEXT
Tagged: #js
ADD COMMENT
Topic
Name
2+6 =