Skip to content

Instantly share code, notes, and snippets.

@Julisam
Last active June 24, 2022 12:56
Show Gist options
  • Save Julisam/42043c0d6b9103c8367075ab245f8445 to your computer and use it in GitHub Desktop.
Save Julisam/42043c0d6b9103c8367075ab245f8445 to your computer and use it in GitHub Desktop.
Introduction to Javascript
// JavaScript code that prints out my name, height, and country on the screen
console.log("Name: Julius Odunuga")
console.log("Height: 1.7m");
console.log("Country: Nigeria");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment