Beginning JavaScript 2019
DOI: 10.1007/978-1-4842-4395-4_1
|View full text |Cite
|
Sign up to set email alerts
|

Introduction to JavaScript

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 0 publications
0
3
0
Order By: Relevance
“…On the client-side, JavaScript can be used to add interactivity to a website like validating the details of a form and responding to a button being clicked while also allowing developers to take advantage of browser built-in APIs (application programming interface) such as geolocation capabilities. On the server-side, JavaScript when used by NodeJS has the ability to make requests to a database, create files, and respond to HTTP requests [20][21]. JavaScript itself is one of the most popular languages.…”
Section: Implementation Languagementioning
confidence: 99%
“…On the client-side, JavaScript can be used to add interactivity to a website like validating the details of a form and responding to a button being clicked while also allowing developers to take advantage of browser built-in APIs (application programming interface) such as geolocation capabilities. On the server-side, JavaScript when used by NodeJS has the ability to make requests to a database, create files, and respond to HTTP requests [20][21]. JavaScript itself is one of the most popular languages.…”
Section: Implementation Languagementioning
confidence: 99%
“…JavaScript used as a scripting language in an android studio for the development of EFD application and EFD Management System. Usually, it is embedded in HTML pages to dynamically react to the user inputs and also validates them (Oyston, 1999). Therefore, in this study JavaScript in combination with other languages were employed to create forms that require user interaction and input validation such as login and user registration forms.…”
Section: Tools and Technologiesmentioning
confidence: 99%
“…JS has many new traits (1) it is dynamic and weakly typed; (2) it has first-class functions; (3) it is a class-free, object-oriented programming language that uses prototypal inheritance instead of classical inheritance; and (4) objects in JS inherit properties from other objects directly and all these inherited properties can be changed at runtime. All above-mentioned traits make JS unique and powerful; they also make JS programs very challenging to maintain and reason about [2,3,4].…”
Section: Introductionmentioning
confidence: 99%