From f6a734f9516680fb148893268f1d7cd589ee7c00 Mon Sep 17 00:00:00 2001 From: Adam Jahr Date: Fri, 29 May 2020 21:51:53 -0400 Subject: [PATCH] L2 starting code --- index.html | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fc27380..56c1126 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Product goes here

- + diff --git a/main.js b/main.js index 0083deb..aedc73d 100644 --- a/main.js +++ b/main.js @@ -1 +1 @@ -const product = "Socks" +const product = 'Socks'