Hello! No matter how hard I try I can’t seem to understand arrow syntax. When do I use it? How do I know I should add curly braces and when shouldn’t I? When writing arrow syntax why is the beginning () empty?
Although note that when you omit the {} in a return function, you are essentially appending “return” onto the code. The name “return function” is the hint that it returns something. This why it’s also called “implicit return” in many of the instructions.