We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c111f7 commit 9ce0dfaCopy full SHA for 9ce0dfa
chapter7/duck.html
@@ -1,8 +1,8 @@
1
<!doctype html>
2
<html lang="en">
3
<head>
4
- <title>Ducks</title>
5
<meta charset="utf-8">
+ <title>Ducks</title>
6
<script>
7
function Duck(sound) {
8
this.sound = sound;
chapter7/typeof.html
- <title>Testing typeof</title>
+ <title>Testing typeof</title>
var test1 = "abcdef";
var test2 = 123;
chapter7/types.html
- <title>Types</title>
+ <title>Types</title>
function lieDetectorTest() {
0 commit comments