Time to build a calculator! This exercise introduces a new concept: comparing strings using ===.
The === operator checks if two values are exactly the same. For strings, this means every character must match perfectly, including capitalization.
Complete and run the code sample to see the equality comparison in action.
Output (Console)