PDA

View Full Version : What is JavaScript?



stuartspindlow
02-03-2015, 11:57 AM
Hello Friends,

Please tell me what is JavaScript.

King-Servers
02-09-2015, 12:36 AM
JavaScript is an object-oriented computer programming language which is used to create interactive effects within web browsers.

marclewis
02-09-2015, 05:36 AM
Javascript is the scripting language to make interaction between users and web pages. The language is well suited to create web applications that has built-in objects.

StuartSpindlow1
02-10-2015, 10:30 AM
Javascript is a programming language.

johnwest
02-11-2015, 05:11 AM
Javascript is the scripting language to make interaction between users and web pages. The language is well suited to create web applications that has built-in objects.

Clear explanation and useful information. You can learn about jQuery also.

riprook7
03-03-2015, 05:08 AM
JavaScript is a popular programming language that's built into all the major web browsers and used to make web pages interactive.

stuartkspindlow
03-03-2015, 05:24 AM
Javascript is a script language that help to developer a website.

genospherebiote
03-09-2015, 09:59 AM
an object-oriented computer programming language commonly used to create interactive effects within web browsers.

johnwest
03-09-2015, 10:52 AM
Using javascript we can create interactive effects like fade, fan, swing, pop up etc., within web browsers. We can have timing functions, form related stuff and many other web related services we can create with it.

Akshay_M
04-11-2023, 08:37 AM
JavaScript is a high-level programming language used primarily for creating interactive web pages and applications. It is executed on the client side, meaning that it runs directly in the web browser.

Here are a few examples of what JavaScript can do:

Create dynamic effects and animations on web pages
Validate user input in forms before submitting data to a server
Load new content on a page without refreshing the entire page
Create interactive games and simulations
Manipulate the HTML and CSS of a web page in real-time
Overall, JavaScript is a versatile language that enables developers to create engaging and interactive web experiences.

ryanwuk
04-26-2023, 04:49 AM
JavaScript is a high-level programming language that is commonly used to create interactive effects within web browsers. It was first introduced in 1995 and has since become one of the most widely used programming languages in the world.

JavaScript is often used to add dynamic functionality to web pages, such as validating user input, updating content without requiring a page reload, and creating animations and interactive user interfaces. It can also be used to create full-fledged web applications and server-side applications through frameworks like Node.js.

JavaScript is a versatile language that can be used in many different contexts, including web development, game development, and desktop application development. It is supported by all major web browsers, including Chrome, Firefox, Safari, and Edge, making it an essential skill for web developers.