🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11
5Declare: greet(){...}.
6Arrow syntax: const f = (x) x*2.
🚀 Section C · Challenge ● CHALLENGE 5
✂ answer key — fold or cut before handing out
1-B 2-B 3-B 4-B | 5 function 6 => 7 = const square = n => n * n; 8 = function greet(name){ return `Hello ${name}`; } 9 = log shows output; return hands the value to the caller | 10 = 15 (b defaults to 10)