AbeEveland / assignments

0 stars 0 forks source link

06 - 01 - console.log('Welcome to JavaScript') #22

Closed AbeEveland closed 4 years ago

AbeEveland commented 4 years ago

Let's get started

Today, we are starting our journey into JavaScript. For this assignment, you will be making a program that demonstrates some JavaScript fundamentals.

Objectives

Requirements

Create your project using app-app with the beta stack

Remove all the code inside main.js and start with a fresh and empty file.

Explorer Mode

Adventure Mode

AbeEveland commented 4 years ago

https://github.com/AbeEveland/java-one

AbeEveland commented 4 years ago

Your homework 06 - 01 - console.log('Welcome to JavaScript') was marked: Meets Expectations

Well done!

“Well done!”

gstark commented 4 years ago

This is great.

This line https://github.com/AbeEveland/java-one/blob/master/public/main.js#L151 doesn't work how you expect. We can't do numbers.Sum -- your code is likely logging undefined or a blank output.