Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Created November 25, 2016 18:28
Show Gist options
  • Save yeehaa123/2d57756043a116084c7be8c89a1a9e8f to your computer and use it in GitHub Desktop.
Save yeehaa123/2d57756043a116084c7be8c89a1a9e8f to your computer and use it in GitHub Desktop.
Dolly is een Vehicle created by ElisaSofia - https://repl.it/E7vi/1
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