Can I log a custom Message to the web development console? If so,how?
If you check this console for example:
http://passion4web.co.uk/ben/pong
The console logs a message when you press keys. I want to do it so that when my JavaScript loads on to my page it displays a message in the console like
"JavaScript file - ENABLED".
(If it can't be in JavaScript I will take jQuery too)
Thank you!