I got the 01110100 01100101 01100011 01101000 01101110 01101111 01100011 01110010 01100001 01100010
When Google develops a new website there are two things I usually do:
– I check the root/sub domain with the [site:] operator
– I read the scripts
So after the Mona Lisa and a rabbit hole , I got the finaltest():
Call finalTest() with a function of your own that returns the closest Google logo color hex for any hex given. For example, for #FF7BAC, it should return #EA4235. Make sure to accept and return uppercase hex.
So if you want to solve the test by yourself I wanna give you several recommendations:
Here is my code:
See the Pen google lab by tiuscia (@tiuscia) on CodePen.