From cfd6e844a6cf41aac908026964312eb9ec29e5b9 Mon Sep 17 00:00:00 2001 From: Fernando Daciuk Date: Sat, 9 May 2015 20:53:52 -0300 Subject: [PATCH] Improve challenge-06 --- challenge-06/challenge-06.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/challenge-06/challenge-06.js b/challenge-06/challenge-06.js index f075ea5de0..a689ed84d4 100644 --- a/challenge-06/challenge-06.js +++ b/challenge-06/challenge-06.js @@ -58,4 +58,9 @@ Crie uma função chamada `convertToHex`, com as seguintes características: a frase: "Não temos o equivalente hexadecimal para [COR]." */ +// ? + +/* +Tente mostrar o hexadecimal de 8 cores diferentes usando a função criada acima. +*/ // ? \ No newline at end of file