ad

Sunday, June 9, 2024

Application of JavaScript tutorial

  Application of JavaScript 






1]   Web Development :-

     JavaScript is a coding language developed at Netscape and used to create online pages. It allows developers to create more powerful pages. Additionally, developers can use mouse-overs, animations, presentations, etc. It also helps add special effects such as Additionally, JavaScript helps run small applications such as PDF viewers.

2] Server Applications :-

                                  JavaScript is also used to write serverside software through the Node.js open source runtime environment. Developers can write, test, and edit code to speed up and scale the website. JavaScript helps create content , manage HTTP requests. Walmart, PayPal, Uber, GoDaddy etc. Leading companies such as have adopted Node.js for their server infrastructures.

3]  Mobile Apps :- 

    One of the most powerful applications of JavaScript is creating applications for non-Web sites (that is, outside the Internet). With the usage of mobile devices at an all-time high, the JavaScript framework is designed to facilitate mobile app development across multiple platforms such as IOS, Android, and Windows. The React Native framework enables crossplatform mobile app creation, allowing developers to use a universal interface for both Android and IOS platforms.

4] Presentations:-

A very popular application of JavaScript is creating interactive textbased websites. RevealJs and BespokeJs libraries can be used to create webbased slideshows using HTML. RevealJs helps you create interactive slideshows with transitions, elements, and slide backgrounds in any CSS style. BespokeJs is a powerful framework that includes features like zoom, animated bulleted lists, syntax highlighting

5] Web Servers :-

            Node.js allows developers to create web servers using JavaScript. Node.js is eventdriven, it moves to the next call without waiting for the response of the previous call. The server can transfer data quickly without buffering. The HTTP module uses the createServer() method to create a server.

6] Art :- 

The newest version of HTML5 in JavaScript is Spring, which allows 2D and 3D images to be easily drawn on web pages. This opens the door to a lot of digital art in the browser. Become a digital artist and create your own digital art using JavaScript.

7] Smartwatch Apps :-

Pebble.js is Pebble's JavaScript framework that allows developers to create Pebble tracking applications using JavaScript. Create a smartwatch app using simple JavaScript code

8]  Flying Robots :-

 Finally, you can run flying robots using JavaScript. Through the Node.js ecosystem, users can control many small robots, creative projects, and IoT devices. Enter the exciting world of drones, flying robots and quadcopters using JavaScript.

9]  Games :-

  Creating web games is another important application of JavaScript applications. The combination of JavaScript and HTML5 play important role in game development using JS. EaselJS library provides rich graphics for the game. HTML5 provides full access to the web without the need for additional plugins (like Flash). Complex browser games Tower Building, CrossCode, HexGL games are all based on JavaScript and HTML5.


10] Web Applications :-

           Various JavaScript frameworks are used to design and build effective web applications. In an application like Google Maps, if the user wants to view the map, they can simply click and drag their mouse to get detailed information. It is powered by JavaScript, which interacts with the browser instead of the server. Popular JavaScript frontend frameworks that help build websites are React Native, React, Angular, and Vue. use Netflix and PayPal are built using the AngularJS JavaScript framework and application programming interface (API).

 Related post:-

text properties in css

html block and inline element

css column gap property



Saturday, June 8, 2024

Features Of JavaScript

 Features Of JavaScript 






     
       ஃ  JavaScript   Platform Independent.
  
      ஃ  JavaScript  Single-threaded .
 
       ஃ JavaScript  Dynamic Typing.
  
       ஃ JavaScript Interpreted Language. 
     
      ஃ JavaScript   Validation although the forms created using HTML.

         JavaScript   No Compiler  is needed.
     
         JavaScript  handle date and time.
    
        JavaScript web browsers support  as provide  built-in execution environments.
  
        JavaScript Structured Programming language.
    
         JavaScript object-oriented  Programming language.
  
       JavaScript use Prototype  rather than using classes for inheritance.

       JavaScript  is a light-weighted .
 
     ஃ  JavaScript  is a case-sensitive language.

      JavaScript is supportable several  operating  systems  windows, macOS etc.

     JavaScript  good Control  to the users over web browsers.

      JavaScript DOM  Manipulation  Document Object Model web page.
  
       easily interact with other Programming language and technologies APL libraries .

       JavaScript  Event-Driven Programming allowing developers to create interactive.

      JavaScript  allows for non-blocking I/O operations is responsive.


Related Post :- 

what is data type in javascript

contact us page design template

php program to print alphabet pattern U

Friday, June 7, 2024

introduction to JavaScript


 Introduction  to JavaScript :-




  •   JavaScript  is programming language for web.
  •   JavaScript  update and change HTML ,CSS.
  •   JavaScript is lightweight , single threaded , cross-platform and                                         interpreted compiler programming language.
  •   JavaScript  Can manipulate and calculate,  Validate data.
  •   JavaScript  is the Scripting Language  webpage.
  •   JavaScript used for Client-Side  and Server-side Language.
  •   JavaScript  contains standard library of objects, Date, Array and   Math  and a core   set of  language elements operators, control   structures and statements .
  •  JavaScript is a lightweight , single-threaded and interpreted and cross-platform.
  •  JavaScript us used to Create client-side dynamic pages.
  •  JavaScript is an object-based Scripting language.
  •  JavaScript is not a compiled language.   

   1) Client -Side :-

             It Supplies objects to control a browser and (DOM) Document Object Model.
      Client-Side extensions allow an application to place elements on an HTML form respond                       user events mouse clicks. form input and page navigation. AngularJS, ReactJS, VueJS

  2) Server-Side :-

         It supplies objects relevant to running JavaScript a server. server-side extension  allow
    application. communication database  provide. The useful framework  is most famous 
 these day is node.JS.

  3) Imperative language :-

   Mostly concerned about done. controls the flow computation. procedural programming 
approach

4) Declarative  Programming :-

  Goal is describe the desired  result without direct direct dictation arrow function does.



 History  Of JavaScript  :-


 JavaScript  developed  Brendan Eich . computer language May 1995. The language formerly known
as Mocha later modified to Live Script, and now JavaScript  use Client-Side of websites.

 

Year

Version

 Feature Released

1995

 

 Brendan Eich  Has Developed JavaScript.

1996

 

JavaScript 1.0 Released.

1997

ES1

Standardization JavaScript, ES1 Version was released.

1998

ES2

ES2 Version Of JavaScript Released

1999

ES3

ES3 Version Of JavaScript Released

2006

 

First library , jQuery   use JavaScript.

2008

ES4

ES4 Version Of JavaScript Released

2009

 

NodeJS developed, server-side programming language.

2009

ES5

ES5 Version Of JavaScript Released

2010

 

First Framework, Angular JS Developed.

2013

 

JavaScript Framework, ReactJS Developed.

2015

ES6

ES6 Version Of JavaScript Released.

2016

ES7

ES7 Version Of JavaScript Released.

2017

ES8

ES8 Version Of JavaScript Released

2018

ES9                                 

ES9 Version Of JavaScript Released

2019

ES10

ES10 Version Of JavaScript Released

2020

ES11

ES11 Version Of JavaScript Released

2021

ES12

ES12 Version Of JavaScript Released

2022

ES13

ES13 Version of JavaScript Released


Related post :-

how to create login forms

background image html program

php if else statement