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
131 views
0
Even if I use getimageData, I can't read images well in the local environment.

This time, when I opened the page, I wrote a grayscale image to canvas, and when I put my mouse on it, it gradually colors.Then, an error occurred in the following parts:I checked and found that Chrom...


1 answers
34 views
0
I have a question about scrolling horizontally in mousewheel.js.

Create a horizontal scrolling web site and do the scrolling process http://www.webopixel.net/javascript/421.htmlI made it by referring to the above site (copy the code).If the speed is set to 50, the ...

2 years ago

1 answers
40 views
0
I want to solve the problem that the close button (X) does not return to the original hamburger button (three lines).

What do you want to do[jQuery Hamburger Menu] I would like to return the close button (X) to the original hamburger button (three lines)Status DescriptionWe have a hamburger menu in jQuery.If you clic...

2 years ago

1 answers
68 views
0
Upload files after dragging and dropping them in JavaScript and Perl

I would like to create a mechanism to upload files to the server after dragging & dropping files using JavaScript and Perl.Upload multiple images in bulk by dragging and dropping using Ajaxhttp://qiit...

2 years ago

1 answers
102 views
0
I want ajax to send POST to json file of location information and text

Currently, we are creating a web application function that sends data with location and text in Geolocation to json via ajax.I can't say that I'm confident in the communication part of the json data b...

2 years ago

1 answers
85 views
0
Is there any recommended method to run JavaScript based on the URL?

I use rails and vue.js in combination.In rails, there is a system in which js eventually become one, so I would like to use one js for multiple URLs.So I created the following code: if matches=locatio...


1 answers
66 views
0
Security Policy Does Not Work

In my previous question, I wanted to use the cdvfile protocol, so I solved myself once, but when I tried to use it on Android, I got another error. as shown in the example in Monaca<meta http-equiv...


1 answers
69 views
0
Angular retrieves json data using forEach

Angular (version 7) If items are prepared in json format as follows, I would like to substitute foo with a specific message and pass it to html to display the value by conditional branching of the hog...


1 answers
18 views
0
Random, non-overlapping output from 31 arrays of elements [closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 4 years ago.4 years agoI'm writing a useful program for my mother, who is a ...

2 years ago

1 answers
131 views
0
I don't want to mention it when I reply in discord.js.

When I executed the code below, the message was replied, but it was mentioned.Please tell me how someone won't mention it.v13.message.reply({ content: hoge allowedMentions: { parse —[ ] } })

2 years ago
« - 96 - »

© 2024 OneMinuteCode. All rights reserved.