From de0ec568f93af4305f5889676279f22008ffb7d5 Mon Sep 17 00:00:00 2001 From: Bryan Choe Date: Wed, 10 Oct 2018 21:37:14 -1000 Subject: [PATCH] updates string; --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b2e6e64..3abef75 100644 --- a/app.js +++ b/app.js @@ -4,7 +4,7 @@ // Add a single line comment next to the code below: -var today = "Monday"; +var today = "Wednesday"; // Next, using the multiple line comments, comment out the following code: