String Interpolation JavaScript
const age = 3
console.log(`I'm ${age} years old!`)
Drab Dogfish
const age = 3
console.log(`I'm ${age} years old!`)
`string text`
`string text line 1
string text line 2`
`string text ${expression} string text`
tag`string text ${expression} string text`
let x = 5;
console.log("hello world " + x + " times");
console.log(`hello world ${x} times`);
let str = "12345.00";
str = str.substring(0, str.length - 1);
>>>x= input ("hello word")
print (x)
JavaScript is an much used scripting language that is much used to make webpages
and webapplications.
Release Date: 4th of December 1995
Javascript Is Made By: Brendan Eich