For Beginners: Using Alert & Console.log in JavaScript

Опубликовано: 20 Февраль 2025
на канале: hackbuddy
1,936
10

Presented by JavaScriptLA, a meetup group from Southern California that learns web programming together now ONLINE. Join us from around the world, simply get on the mailing list via: https://javascriptla.net.



How to check if your JavaScript works? Simple -- use alert or console.log to find out. Simple type up your HTML and add a script tag, then add in your alert or console.log to see if your JS is working. Console logging and alerts are the basic ways to print values from JavaScript out to see output.

Thanks for watching! - Vijay, Organizer