Research Paper
Research Paper
ABSTRACT
JavaScript is client side scripting language which is used in Front-end development and some one is use as
solve coding Problem. There are Multiple techniques that reign in most dynamic features of language, It
seems to be the programmers how utilize the language or their features. Here we study the dynamic nature
of widely-used JavaScript.
1.Introduction
In starting javascript is developed for little web development.In present the demands JavaScript are
increases day to day. The flexibility of the language and compact browser integration is key features, the
inherent nature of the language makes code based on ECMAScript 3.
2.NEW-ERA OF JAVASCRIPT
JavaScript is flexible language which can be used to develop web server, mobile application and desktop
apps. It's necessary to have knowledge of ES5 and ES2015. We are not able to use syntax from ES2015 when
we debug in our browser console. In the documentation and example code of libraries, some of code we will
discuss below, are written in ES2015. We take advantage that comes from the syntactic changes which is the
future of JavaScript libraries, and we are pleased with the results thus far. We expand brawler support for
future ES language. if we enjoying features java script that is stabilized, we find babel-preset-stage-3 is best
option for us due to it is more capabilities.
Scripting Langauge
JavaScript is a simple scripting Simple language use for client-side Process. It is not use as a general-
purpose language and specially designed for web development, the multiple libraries is also use towards
web applications.
Interpreter Based
The browser interprets its code, line by line and then run. Other hand compiled language is to be compiled
into a byte-code then their code is executable.
Event Handling
It is an action in a system that communicates about said occurrence so that you can respond.
Light Weight
As we know that java script is interprated language so its code not need to convert into byte code Hence it
becomes easily to execute. So it is light Weight
Case Sensitive
It is very case sensitive language. All keywords, variables, functions names and other identifiers follow a
capitalisation of letters. E.g.:
var hitNumber = 5
var hitnumber = 5
Here variables hitNumber and hitnumber are different variables because of the difference in the case.
6.Advantage of JavaScript
JavaScript, gets executed on the client side to make the fast execution.
In Java Script, XML Http Request is object . Object is call through HTTP request to the server and
server gives ingormation.
JavaScript able to support all modern browsers.
MNC companies helps community by making projects which is important.
JavaScript is deploy anywhere on the web. • Java Script supports with many languages and use
number of applications.
There is multiple projects that provide help to developers to add JavaScript in their application.
7.DisAdvantage of JavaScript
Only through javascript we can’t make a large web application we need some other tool like Type
Script.
Js is applicable for larger front-end projects. This is directly associated with library.
The code of javascript can be visible to everyone.
If any error occur in the code then browser can’t able to run other code.
The whole thing takes long period of time so it increases the time of execution of the code.