Created
November 25, 2016 18:28
-
-
Save yeehaa123/2d57756043a116084c7be8c89a1a9e8f to your computer and use it in GitHub Desktop.
Dolly is een Vehicle created by ElisaSofia - https://repl.it/E7vi/1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let firstName = "Jan Hein"; | |
let dog = "Dolly"; | |
let age = 41; | |
console.log(356 +675); | |
console.log(firstName + " is de hond van " + dog); | |
let country = "Spanje"; | |
let vehicle = dog; | |
let oma = "Thea"; | |
let month = "September"; | |
let opa = "Hans"; | |
console.log(opa + " en " + oma + " zijn in " + month + " met de " + vehicle + " naar " + country + " gegaan!"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment