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
76 views
0
I want to change the javascript time display.

I am currently writing the code with react.I am displaying the data in json format that I received from axios.I'd like to display this image until 2020-03-18, but I don't know how to display it becaus...


1 answers
24 views
0
Finding a library that complies with ECMAScript only

I would like to know how to find a library that relies solely on ECMAScript (except for DOM and browser specifications).More specifically, it's like using a browser or ECMAScript engine.If the UI is n...

2 years ago

1 answers
21 views
0
I want fetch to access multiple pages, querySelector to retrieve elements from each page I accessed, and array those elements.

Let me give you an example of the stack overflow question page you are looking at now.Go to fetch for each Related Questions question in the right sidebarGet elements of linked question page (this tim...

2 years ago


2 answers
27 views
0
How do you determine the hit of a rotated object?

How can I determine the hit of the rotated object in rotation?runstant samplehttp://goo.gl/4E2dYwIt seems to be judged that rotation is not reflected.(Not available by any chance?) If tmlib.js alone i...

2 years ago

1 answers
117 views
0
I want to deploy Autoscriptrunner in Chromium

Automatically run any JavaScript on any site with Chrome extensions Here are some of the following:http://qiita.com/nakajmg/items/bcbf0e5debcfa70c8d63I would like to use this in Chromium, although it ...


1 answers
23 views
0
When I press the start button during JS practice, I wrote to play rock-paper-scissors in 3, 2, and 1, but I get an error.

When I pressed the start button during practice, I wrote to play rock-paper-scissors on 3, 2, 1, but I got an error. Uncaught SyntaxError: missing) after argument list came out, but it didn't work.I d...

2 years ago

1 answers
37 views
0
How to trace mouse location information

Looking for a way to retrieve mouse location information continuously I will briefly describe the background of the problem.We are currently creating a website (HP).I would like to get all the locatio...

2 years ago

1 answers
34 views
0
CSS Z-index or javascript removeClass...I think it's because of li's characteristics...

I'm writing a script that magnifies the selected image like a fancy box.There is no problem when clicking the first and second... in order.If you select the order at random, it will only move in order...

2 years ago

2 answers
78 views
0
I want to make it difficult to download the video in the video tag.

We would like to make it difficult for users to download the video locally after making it possible to view the video with the HTML5 video tag.Instead of using streaming protocols such as HLS and RTMP...

« - 57 - »

© 2024 OneMinuteCode. All rights reserved.