'How are you, ' + name + '?'; } // good function sayHi(name) { return `How are you, ${name}?`; } Template strings give you a readable, concise syntax ... “ ” Often mentions readability
more participants to get better results Comments Naming Pure functions Abstraction Boolean algebra Ternary operators Chaining methods If statements Inline functions Early return Operator precedence