I am totally new to front end development and while Inspecting code (using cmd+option+J on Mac) I found that Airbnb has a little image & message on there. How can I replicate this?
I am totally new to front end development and while Inspecting code (using cmd+option+J on Mac) I found that Airbnb has a little image & message on there. How can I replicate this?
2
Answers
in javascript you have to make an console.log("add message here"), it prints to the console of the webpage. This part is happening in the back end.
Do you want something like this?