Update HexToRGB.js

This commit is contained in:
vinayak
2020-06-30 23:05:47 +05:30
committed by GitHub
parent b511652a95
commit 4df472a361

View File

@ -10,3 +10,5 @@ function hexStringToRGB(hexString) {
return obj
}
console.log(hexStringToRGB('javascript rock !!'))