Objects and Functions Objects and functions are special because I can manipulate them from my
code. For example, I can connect them to other values. console.log({}); console.log([]); console.log(x => x * 2); “try…catch” syntax No matter how great we are at programming, sometimes our scripts have errors. They may occur because of our mistakes, unexpected…