JavaScript Coding Challenge
Play around! 😉
Clean the room
Enter an array of numbers and/or string numbers separated by commas, without the box brackets. Examples: 1, 2, 4, 591, 392, 391, 2, 5, 10, 2, 1, 1, 1, 20, 20 or 1, "2", "3", 2.
[
]
Clean array
Check for a sum
Enter an array of at least two numbers separated by commas, without the box brackets. Example: 1, 2, 3.
[
]
Enter the target sum:
Get matching pairs
Rgb <=> Hex color convertor
Enter the color in hex or rgb format. Examples: #FFF, #FFFFFF, rgb(198, 0, 255).
Convert color