How to convert RGB to Hex code with JavaScript
I'll like to show you how to convert rgb(255, 0, 255) to #ff00ff with JavaScript in a very simple way
Things to know before reading this
How to convert a regular number to hexadecimal
How to pass parameters in a function
Let's get down to bus...
abrahame.hashnode.dev2 min read