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
101 views
0
Error when using other properties in this during object initialization

I am currently using javascript and HTML to create certain functions, but there was an error in the definition of the object during the production process, so I cannot get out of it.Please tell me how...

2 years ago

1 answers
46 views
0
I'm looking for a library of share buttons that support multi-SNS.

Prerequisites/What you want to achieveI am looking for a library of share buttons for Facebook, Twitter, and Line.By adding one library, I would like to be able to get the URL of the article and pass ...

2 years ago

1 answers
79 views
0
Transparent treatment of overlapping parts by overlapping canvas elements

Thank you for your help.<div><canvas id=c1><canvas id=c2></div>Overlap the canvas elements as described above and draw the background image on c1 Would it be possible to instal...

2 years ago

1 answers
50 views
0
I want to use ko.utils.arrayFilter()method in Knockout.js

There is a list of strings, and there is a site that has the ability to type and search from the input box to query and filter the list.I found an example of how it was made simple using knockout.js, ...

2 years ago

1 answers
22 views
0
I want to add a custom 404 page in Deno's http/file_server.ts

I am writing a file server in Deno, but how can I add a custom 404 page?

2 years ago

1 answers
44 views
0
Regarding mouse wheel scrolling speed adjustment

In order to slow down the speed of scrolling, I set the following:It was done during FF and IE, but if you look at it on GC, it will rattle when you scroll below.Are there any mistakes in the descript...

2 years ago

2 answers
44 views
0
If the variable cannot be used in monaca

I'm trying to calculate the date and time. Codepen shows the results in the log without any problems, but If you try monaca, it will be null.It was not possible to specify the date and time directly f...

2 years ago

1 answers
55 views
0
For inserting data into the select box in Bootstrap datatables.

Excuse me.It is being developed by Jquery, Bootstrap, and Java.I have installed a select box in the datables this time, but I don't know how to put the data in.If you understand, please let me know.Co...


1 answers
46 views
0
TODO List Values Not Cleared, Stopwatch Not Displayed

Thank you for your help.Thank you for your cooperation.I'm thinking of making a daily exercise record with Monaca.http://docs.monaca.mobi/cur/ja/sampleapp/samples/todo/Created new and loaded TODO list...

2 years ago

1 answers
34 views
0
I want to use javascript as asynchronous for the likes function of rails.

I have implemented it by referring to the site (http://qiita.com/YuitoSato/items/94913d6a349a530b2ea2), but there are two things I don't understand.I look forward to hearing from you.As for the curren...

« - 75 - »

© 2024 OneMinuteCode. All rights reserved.