Question

I have a search for JavaScript and I want to know the basic characteristics of the...

I have a search for JavaScript and I want to know the basic characteristics of the JavaScript language, its evaluation criteria, where it is applied, and if I have any other information that may be useful to me, thank you

Homework Answers

Answer #1

ANSWER : -

  • JavaScript is a scripting or programming language that allows you to implement complex features on web pages . every time a web page does more than just sit there and display static information  Displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc.
  • You can bet that JavaScript is probably involved. It is the third layer of the layer cake of standard web technologies, two of which HTML and CSS.
  • JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.
  • Example- Add some JavaScript to implement dynamic behaviour:

const para = document.querySelector('p');

para.addEventListener('click', updateName);

function updateName() {
let name = prompt('Enter a new name');
para.textContent = 'Player 1: ' + name;
}

  • The core client-side JavaScript language consists of some common programming features-

Store useful values inside variables. In the above example for instance, we ask for a new name to be entered then store that name in a variable called name

Operations on pieces of text . In the above example we take the string "Player 1: " and join it the   name variable to create the complete text label.

Running code in response to certain events occurring on a web page. We used a click event in our example  above to detect when the button is clicked and then run the code that updates the text label

  • More characteristics of JavaScript:

- Client edge Technology.

- Validation of User's Input.

-Else and If Statement.

-Interpreter Centered.

-Ability to perform In Built Function

  • There is a beginning and javascript is no different. Javascript came into being in the year 1995 and has kept on evolving ever since. Brendan Eich, an employee at Netscape communications, created and released javascript in 1995.
  • Javascript was initially referred to as Netscape’s Mocha during its development but was officially released with the name LiveScript. It was later renamed to javascript when it was deployed in the Netscape Navigator 2.0 beta 3 that same year.
  • Javascript is a high-level scripting language that is usually interpreted by the browser. It can also be used on the server side.Due to the open source nature of JS, numerous powerful frameworks have been deployed over the years. Some of the most popular ones include React, Angular,React native, etc.
  • JavaScript used-
  • Adding interactive behavior to web pages. JavaScript allows users to interact with web pages.
  • Creating web and mobile apps. Developers can use various JavaScript frameworks for developing and building web and mobile apps.
  • Building web servers and developing server applications
  • Game development.
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Hi , please i just want an explanation in this topic just provide any clear small...
Hi , please i just want an explanation in this topic just provide any clear small example to illustrate the topic to me : 1- deletion by copying in binary search tree. 2- deletion by merging in binary search tree. thank you so much tomorrow i have an exam and i hope you make it clear to me, thanks again
I am a software engineer and not an astrophysicist but I want to know if anyone...
I am a software engineer and not an astrophysicist but I want to know if anyone is working on sorting out what exists outside the universe? So what about outside spacetime? what is there? or shall I assume there are infinite galaxies? and even that is not a satisfying answer. I know this question might get closed soon ... but guys please tell me what is there outside the space as we know it? since childhood I have wondered about...
If I have year end information for 2016 and 2015 and they want to know the...
If I have year end information for 2016 and 2015 and they want to know the ratios of the fiscal year 2016. What years numbers do I use for calculations? Averages will be from both years I 100% understand that. The ratios that do not require averages what year would I use 2015 OR 2016.
i'm doing a homework of density of states , my doctor want me to conclude the...
i'm doing a homework of density of states , my doctor want me to conclude the density of available energy states  . and to sketch the relation between energy E and number of states N(E) to know where the empty and the full states. i don't know how . i dont know any more information , can you write anything ? thanks
Hello, I am an international student. I am struggling with finding information about one specific person....
Hello, I am an international student. I am struggling with finding information about one specific person. His name is Clive Granger. He was awarded the Nobel Prize in Economic Sciences. I want to know three things about him. 1. What economic theories and analysis that he developed for awarding the Nobel Prize. 2. How it (theories and analysis) has contributed to the human understanding of various phenomena. 3. Some specific examples of how he has been applied his theories in...
You have saved 120,000€ and you want to know which is the better option for your...
You have saved 120,000€ and you want to know which is the better option for your money, It is better to spend the money today or invested and receive 122,000 in 3 years with annual simple interest rate of 10%? (25 points) The bank offers you some options, however, you can't withdraw it for 5 years: 8% simple interest (15 points) 6% compounded semiannual (15 points) 5.5% compounded monthly (15 points)     Which is the best option of the bank?...
You might want to know if you have a mutation in another gene, ApoE4 that changes...
You might want to know if you have a mutation in another gene, ApoE4 that changes the amino cysteine to arginine, and affects age of onset of Alzheimer’s. How could changing the sequence result in a change in function? A. It could change the amount of the protein produced. B. It could change the protein’s 3-D shape and thus its ability to interact with other proteins. C. It could change where the protein is located in the cell. D. It...
Hello my name is Nartlada, i would like to know how can i create the histograms...
Hello my name is Nartlada, i would like to know how can i create the histograms from the number of the excel file. The question is asking "create histograms illustrating the distributions of the two temperature variables (T1 and T2). correctly the label the x and y axes and give your plot title. We are required to use R program that include the set working directory. I tried to drag the excel file to here or even drag just the...
I have the correct answer but I want to know how to solve it step by...
I have the correct answer but I want to know how to solve it step by step, please help. Thanks ID X Y A 2 6 B 5 4 C 8 5 D 6 2 E 9 4 1) What is the obtained F-ratio? (correct answer: 0.474) 2) What can you conclude with ANOVA? (correct answer: Fail to reject the null, p> 0.01; Type II error is possible) 3) What is the standard deviation of Y for the sample? (correct...
Please, I don't want the answer I want to know how to do the work 1....
Please, I don't want the answer I want to know how to do the work 1. You have added 2.20 kg of ethylene glycol (antifreeze), C2H6O2 MW = 62.068 g/mol, to theradiator of your car that contains 9100 g of water. Calculate the freezing point and the boilingpoint of the solution in the radiator of your car. 2. Calculate the heat of vaporization, Hvap, of diethyl ether if its vapor pressures at 13.0 ºC and 35.0 ºC are 305 mmHg...