Use template literals for better string concatenation instead of +.
const name = "Alice";
console.log(`Hello, ${name}!`);
#JavaScript#ES6#String#javascriptGroup
“Before calling the <u> element”
.
<mark> for key phrases
<strong> to indicate the importance of text
<em> for stress emphasis
<b> to draw attention to the text
<cite> to mark titles of books or other projects
.
#rubyelement#HTML#HTML5#CSS#JavaScript#JSgroup#Javascriptgroup