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


2 answers
35 views
0
How to Embed the Positioning Javasscript of the Mouse Cursor in the Developer Tool

This is my first time to ask a question.I'm trying to use Chrome or Firefox's developer tool to display the current coordinates of the mouse cursor anywhere.I opened the developer tool by displaying t...

2 years ago

2 answers
73 views
0
js with translation API, require is not defined, javascript does not work

Please refer to this article in Qiita I'm thinking of putting in the Microsoft Translator API.Reference Articles 'use strict';var http=require('http');var https=require('https');varqs=require('queryst...

2 years ago

1 answers
100 views
0
Is there a good way to improve the animation movement of each device (iOS, Android) with a hybrid application?

I'm a beginner in programming.I am currently developing an app using Monaca.I'm working on an animation that turns the card upside down.I checked with the debugger and found that on iOS and Android de...


2 answers
89 views
0
I want to change the animation of the initial display of Highcharts.

In Highcharts, pie pie in the pie chart is usually animated radially from the center, but I want to stop this.Do you know how to do it?


1 answers
145 views
0
I want to view the carousel subwindow in the ONSEN UI.

I don't think I can get an image just by the title, so I will display the image.For the implementation image, tap the information icon to display the sub-window of the image I am thinking of displayin...


2 answers
99 views
0
Increase the element of form and give a unique name

I would like to create a system in which the number of elements increases when I press the input element below.However, I would like the name of the newly generated element to be unique such as text_t...

2 years ago

1 answers
37 views
0
Specify where to save files to be downloaded in JavaScript

What should I do if I use JavaScript to specify where to save the downloaded files?Even if the directory in which the downloaded item is stored is set to ~/download by a browser, etc., I would like to...

2 years ago

1 answers
40 views
0
I'm a super beginner in Javascript.

Hello, I have a question Roll the dice, roll the eyes 2x+5, and if the result is 100 or less, do 2x+5 again If the result exceeds 100, print out the result and how many times you calculated itI was ab...

2 years ago

1 answers
72 views
0
fullpage.js | Chrome Defects

Chrome implements fullpage.js (http://kana-lier.com/javascript/fullpage-js/#sec2_1), but the operation is unstable, such as skipping two pages and scrolling many times in one scroll.Safari works fine....

2 years ago

1 answers
135 views
0
How does a site work without having to click on a video?

http://www.cchan.tv/The above site is designed to work without having to click on a video, but what kind of technology does this work with?Please let me know if you know more.Thank you for your cooper...

2 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.