[JavaScript] JavaScript Fundamentals – Part 2 Coding Challenge #2
Steven is still building his tip calculator, using the same rules as before: Tip 15% of
the bill if the bill value is between 50 and 300, and if the value is different, the tip is
20%.
Your tasks:
Write a function 'calcTip' that takes any bill value...
jaydenjpark.hashnode.dev2 min read