Skip to content

aubreywullschleger/Aubrey-javaScript-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Aubrey-javaScript-exercise

  1. var a = "burritos"; var b = " are the best!"; // What does a + b equal?

  2. var a = "salsa"; var b = " avocado"; var c = " lime"; var guacamole = a + b + c; // What is the value of guacamole?

  3. var ambrosia = "is the food of the gods!"; guacamole = ambrosia; // What is guacamole?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published