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
130 views
0
react redox form tag onSubmit does not work

Currently learning react-reduxI wrote the following code, but the onSubmit in the form tag does not work.OnChange in the input tag works fineI would appreciate it if someone could let me knowimport Re...


1 answers
74 views
0
How Chromium-Based Edge Enhancements Determine the Running Browser

A Chromium-based version of Microsoft Edge was recently released.This Edge can install extensions from the Chrome webstore.So I installed my own extensions on Edge.Redirecting to browser-specific page...


1 answers
41 views
0
I want to condition all javascript integer values

How do I make this value=11111 numeric portion conditional on all integers? if($dd.find('option [value=11111]US>').length)Full Code <script type=text/javascript>$(function(){ $(.accordionbox dt)...

1 years ago

1 answers
67 views
0
I am creating a blog site with Angular.I have a question about how to keep the data on the blog page I created.

I am creating a blog site using angular7.I'm using various components to create blog parts, and I'm going to ask you about the data you're going to write when you finally create a blog.One is to write...

1 years ago

1 answers
94 views
0
Gatsby, Stripe: 'Uncaught TypeError: Cannot read property 'configure' of undefined' when trying to implement payment button

Gatsby official document is being developed in line with the EC site construction tutorial.However, if you write checkout.js as shown in the tutorial, the following error will appear and the entire sc...


2 answers
136 views
0
I want to move focus to next element (emulate tab key press)

I would like to perform the same behavior (focus to the next element) as tab key press when certain events occur, such as pressing enter key.For example, when I tried with the code below, the keyup (k...

1 years ago

2 answers
122 views
0
I want to identify and change the hash part of the coin hive.

In html on the website<script src=https://authedmine.com/lib/authedmine.min.js></script><script> varminer = new CoinHive.Anonymous('hogesitekey', {throttle:0.3}); // Only start on no...

1 years ago

1 answers
164 views
0
The connection closes in about 30 seconds even though the websocket communicates every few seconds.

I am creating a web application using websocket.Currently, JavaScript initiates a connection with new WebSocket (wss://{hostname}) and communicates with the server several times after onOpen is called...


1 answers
91 views
0
If you display Japanese text on weex iOS, there will be a margin under the text.

I am creating an application with wex.When I display Japanese text on iOS, there is a blank space under the text.There is no problem with viewing on the web or Android.If you look at the demo below on...

1 years ago

1 answers
111 views
0
I want to create a program that I can search using Ruby etc. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 3 years ago.Three years agoI would like to create a program like the one below.1. You must be ab...

« - 15 - »

© 2024 OneMinuteCode. All rights reserved.