Example
Example
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>Code Element</title>
5
</head>
6
<body>
7
8
<h2>JavaScript Variables</h2>
9
<p>Use the <code>let</code> keyword to declare variables.</p>
10
<p>Call <code>console.log()</code> to print debug output.</p>
11
12
</body>
13
</html>
