diff --git a/Question3/script.js b/Question3/script.js index 8057b5c..6d459f7 100644 --- a/Question3/script.js +++ b/Question3/script.js @@ -37,6 +37,6 @@ const toHex = (color) => { }; const rgbFormat = 'rgb(255, 0, 224)'; -const hexFormat = '#f00e0'; +const hexFormat = '#ff00e0'; -console.log(convertColorFormat('(234, 52, 78)')); \ No newline at end of file +console.log(convertColorFormat('(234, 52, 78)'));