Skip to content

Instantly share code, notes, and snippets.

@mshahbazm
Created June 5, 2022 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshahbazm/b0e55a21b1659a9eb4c51203664aa5fd to your computer and use it in GitHub Desktop.
Save mshahbazm/b0e55a21b1659a9eb4c51203664aa5fd to your computer and use it in GitHub Desktop.
// Javascript's father is Brendan Eich.
const father = "Brendan Eich"
// John Doe has 125 dollars.
let dollars = 125;
// January has 31 days.
const januaryDays = 31;
// Jane has 4 apples.
let janeApples = 4;
//Penguin has 4 limbs and 1 beak.
let penguin = {
limbs: 4,
beak: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment