diff --git a/package-lock.json b/package-lock.json index fa6f49d..fe94e8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "javascript-bae", + "name": "javascript-for-the-webflow-enthusiast-00", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "javascript-bae", + "name": "javascript-for-the-webflow-enthusiast-00", "version": "1.0.0", "license": "ISC", "devDependencies": { diff --git a/src/00-0-hello-world.js b/src/00-0-hello-world.js index a13b7ca..2da6e7d 100644 --- a/src/00-0-hello-world.js +++ b/src/00-0-hello-world.js @@ -2,6 +2,7 @@ function greet() { // Your Code Here // input: none // output: returns the string "Hello, World!" + return "Hello, World!"; } function logWhatsUp() { @@ -9,4 +10,6 @@ function logWhatsUp() { // input: none // output: none // side effect: logs the string "What's up?" to the console + console.log ("What's up?"); + }