Technical Assessment
1. Register in codepen.io to write a piece of code in JavaScript
2. Create a program with the following requirements:
- Print out numbers from 1 to 100
- Replace all numbers divisible by 3 with "Coca"
- Replace all numbers divisible by 5 with "Cola"
- Replace all numbers divisible by both 3 and 5 with "Coca-Cola"
3. When done coding, submit the link of your codepen.io "pen" using the form on the right.
Note: Be sure that your CodePen link is set to public and never expires