Skip to content

Instantly share code, notes, and snippets.

View Hadeel-Ali-Obaid's full-sized avatar

Hadeel Obaid Hadeel-Ali-Obaid

  • Amman, Jordan
View GitHub Profile
@Hadeel-Ali-Obaid
Hadeel-Ali-Obaid / variables.md
Created September 25, 2023 14:03 — forked from halitbatur/variables.md
Discussion Questions about JS

JS basics discussion

  • What is the difference between const and let? and why don't we use var?

  • What does return and console.log do inside a function and what is the difference between them?

  • What is a paramater in JS function and why is it there?

  • What are truthy and falsy values in JS? give some example on each