Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 315 Bytes

File metadata and controls

14 lines (12 loc) · 315 Bytes

1- Getting Started With JavaScript


JavaScript is one of the most popular and dynamic programming languages out there.

Programs in the Videos

console.log("Hello, World");

Output

Hello, World

The console.log() prints whatever object that is inside the parentheses ().