Q:

js js

<script type="text/javascript" src="monscript.js"></script>
5
let value = dummy`Ik ben ${name} en ik ben ${age} jaar`;

function dummy() {
   let str = "";
   strings.forEach((string, i) => {
       str += string + values[i];
   });   
   return str;
}
-1
`string text`

`string text line 1
 string text line 2`

`string text ${expression} string text`

tag `string text ${expression} string text`
2
let x = 5;
console.log("hello world " + x + " times");
console.log(`hello world ${x} times`);
0
 (req, res, next) = () => 
 
-1

New to Communities?

Join the community