Skip to content

Commit 02e8156

Browse files
committed
changed years to numbers
1 parent a48ae8b commit 02e8156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter5/autoomatic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
function makeCar() {
88
var makes = ["Chevy", "GM", "Fiat", "Webville Motors", "Tucker"];
99
var models = ["Cadillac", "500", "Bel-Air", "Taxi", "Torpedo"];
10-
var years = ["1955", "1957", "1948", "1954", "1961"];
10+
var years = [1955, 1957, 1948, 1954, 1961];
1111
var colors = ["red", "blue", "tan", "yellow", "white"];
1212
var convertible = [true, false];
1313

0 commit comments

Comments
 (0)