Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: What is JavaScript?

  1. #1

    Default What is JavaScript?

    Hello Friends,

    Please tell me what is JavaScript.

  2. #2

    Default

    JavaScript is an object-oriented computer programming language which is used to create interactive effects within web browsers.

  3. #3

    Default

    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.

  4. #4

    Default

    Javascript is a programming language.

  5. #5
    Join Date
    May 2014
    Posts
    68

    Default

    Quote Originally Posted by marclewis View Post
    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.

  6. #6

    Default

    JavaScript is a popular programming language that's built into all the major web browsers and used to make web pages interactive.

  7. #7

    Default

    Javascript is a script language that help to developer a website.

  8. #8
    Join Date
    Feb 2015
    Location
    Paris, France
    Posts
    8

    Default

    an object-oriented computer programming language commonly used to create interactive effects within web browsers.

  9. #9
    Join Date
    May 2014
    Posts
    68

    Default

    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.

  10. #10
    Join Date
    Apr 2020
    Posts
    704

    Default

    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.

Similar Threads

  1. php code or javascript code
    By randiv in forum Web Design Solutions
    Replies: 6
    Last Post: 02-20-2023, 08:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •