With your knowledge of conditionals/loops, Use the document.write() function to write a program that prints the numbers from 1 and the positive difference between 7 and 123 and satisfies the following;
- For numbers that are multiples of three (3), print Software instead of the number.
- For numbers that are multiples of five (5), print Developer instead of the number.
- For numbers which are both multiples of three (3) and five (5), print Software Developer.
- Ensure your PR is created with the task title as seen on the mobile App
- NB: Numbers from 1 and the positive difference between 7&123 (ie find the positive difference and print the numbers between 1 and that number while fulfilling other criteria)
- On your terminal, ensure you are in the tests/conditionals_js directory when you run ./test.sh command.
With your knowledge of conditionals/loops, Use the document.write() function to write a program that prints the numbers from 1 and the positive difference between 7 and 123 and satisfies the following;