javascript tag

JavaScript (/ˈdʒɑːvəskrɪpt/), often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices.

JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).

The ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities. In practice, the web browser or other runtime system provides JavaScript APIs for I/O.

JavaScript engines were originally used only in web browsers, but are now core components of some servers and a variety of applications. Two of the most popular runtime systems for this usage are Node.js and Deno.

Although Java and JavaScript are similar in name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

Reference: WIKIPEDIA

1427 questions


1 answers
47 views
0
After clicking on the element (drawing), I want to fadeOut.

Development Environment:Windows 10 64-bitbrowsers:GoogleChrome69.0.3497Editor: Brackets (Release 1.13.0-17696)Language Used: HTML/CSS/Javascript/jQuery<Overview>I'm studying for jQuery.I specifi...

2 years ago

3 answers
79 views
0
I want to convert full-width alphanumeric characters entered in the chrome text box into half-width characters in real time using javascript.

Look for some reference sites and http://qiita.com/yoya_k/items/4bce6201fde9ee3a9561I managed to make it closer while using this as a reference, but What bothered me was that there was not much inform...


1 answers
35 views
0
Replace marquee with CSS, JAVASCRIPT (*with nesting)

The source code below should be used to control some functions of marquee with a button.Replaced by CSS and Javascript.The description adjusts the snake's left and right movements and movement speed I...

2 years ago

1 answers
82 views
0
a way of describing a date that is displayed in a table

How do I improve the script below?I would like the date to be written in mmdddyyyy like 11/12/2017, but I can't help but write Nov12. Can you fix it?function getWeatherData(){// Seat Settingsvars = Sp...


3 answers
22 views
0
Get many simultaneous with getElementById

If you are familiar with javascript, please let me know, but how can I write to integrate the following code into one instead of individually specifying it?Specifically, I would like to specify each I...

2 years ago

2 answers
33 views
0
Is it okay to tag the form without sending anything to the server?

I have a question about HTML form tags.I think it is normal to use the form tag for the purpose of sending the information entered by the user to the server, but if I do not send the input data to the...

2 years ago

2 answers
59 views
0
I want to resize and upload the images taken with the camera.

Hello.I use monaca and Nifty mobile backend to create apps.I am creating an app to view photo galleries and manage them.I was writing the part to upload the image of the app managed by another person....

2 years ago

1 answers
81 views
0
I want to make a decision on the Leaflet check box and delete the marker.

I want to decide the Leaflet check box and delete the markerAs for the current code, if you check the box, it feels like the prefecture has a pin.Every time I click it, the pin comes up and the shadow...


1 answers
62 views
0
I can't tweet the description correctly if I want to make the design unique when I install the Twitter button.

If you want to make the Twitter button unique, I think you will include a description in the URL parameter.However, if the description contains characters such as '&', '/' equivalent to htmlspecia...

2 years ago

1 answers
103 views
0
About the Web Speech API

Questions about the Web Speech API.Is the following recognition correct?

« - 63 - »

© 2024 OneMinuteCode. All rights reserved.