FAQ: Introduction to JavaScript - What is JavaScript?

This community-built FAQ covers the “What is JavaScript?” exercise from the lesson “Introduction to JavaScript”.

FAQs on the exercise What is JavaScript?

Join the Discussion. Help a fellow learner on their journey.

Ask or answer a question about this exercise by clicking reply (reply) below!

Agree with a comment or answer? Like (like) to up-vote the contribution!

Need broader help or resources? Head here.

Looking for motivation to keep learning? Join our wider discussions.

Learn more about how to use this guide.

Found a bug? Report it!

Have a question about your account or billing? Reach out to our customer support team!

None of the above? Find out where to ask other questions here!

3 posts were split to a new topic: What are some examples of what javascript can be used to make?

I can’t access the third coding concept in the introduction to JAVA. please how do I go about that?

@method4036294065 Java or JavaScript?

JAVA script actually…but I’ve figured it out
Thank you very much

What is a script? Is the same as source code?

A script is technically not source code because source code is compiled. A script is a interpreted, meaning it is read line by line and the commands are executed. You can think of it like a script in real life- you have a bunch of lines on it, and go through the lines, reading them one by one and doing what each line says (in a program, it may have to jump between lines for a function/conditional/etc but it is still read sequentially)

1 Like

what are some examples that can be made with javascript?

what is diffrence of codecademy’s javascript program and visual code’s javascript program?
some of codes on google can’t run on codecademy’s javascript.

What is JavaScript?

=> JS is the programming language mostly used for complex web development & beyond.

=> It has become the primary language of the most modern web browsers.

=> It can be used on both front-end & back-end.

=> While HTML & CSS are languages, that give structure and colours to webpages, JS makes them dynamic & interactive.

1 Like