Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 359 Bytes

Day12.md

File metadata and controls

10 lines (8 loc) · 359 Bytes

What I learned today:

  • Namespace: Local vs Global scope
  • About local and global variable and their usecase
  • Do's and dont's of changing the value of a global variable inside a function

Projects I did today:

  • A number guessing game where user guesses the number from 1-100 according to difficulty level.

 
and more..