DEV Community

Sadiq Shah
Sadiq Shah

Posted on

1

Introduction to JavaScript

What is JavaScript ?

JavaScript was initially created to “make web pages alive”.
Image description
JavaScript is Scripting language and programs write in this language called as Script.

Scripts are provided and executed as plain text. They don’t need special preparation or compilation to run.

Top comments (0)

Need a better mental model for async/await?

Check out this classic DEV post on the subject.

⭐️🎀 JavaScript Visualized: Promises & Async/Await

async await

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay