Last active
June 24, 2022 12:56
-
-
Save Julisam/42043c0d6b9103c8367075ab245f8445 to your computer and use it in GitHub Desktop.
Introduction to Javascript
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
// 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