Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Day 14 Javascript References vs Copying

Fun and helpful lesson! Please check the console for the lesson.

Attribution

Key Topics

  • The key takeaway is that strings, numbers, and booleans are passed by value, but objects and arrays are passed by reference!