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


3 answers
82 views
0
Run js on the html file to which the tab bar is transitioned

I am using the OnsenUI tab bar, but I tried to use the data class of js because I wanted to display the date in the tab bar, but it didn't work.In the html file to which the tab bar is transitioned<...

2 years ago

2 answers
94 views
0
Underscore files are also printed in gulpfile.js.js

I build the front desk using gulp, jade, and compass. --jade│ │ _ --_partial│ │ _ --_banners.jade│ │ _ --_breadcrumb.jade│ │ _ --_fixed_header.jade│ │ _ -- --_footer.jade│ │ _ --_head.jade│ │ _ --_hea...

2 years ago

1 answers
47 views
0
I am trying to deploy a place library using Google Maps apiv3, but I get an error.

I am referring to samples from various sites, but I get an error.I have written the library loading in the libraries parameter of the api bootstrap URL.Other than that, I am writing the same way after...

2 years ago

1 answers
102 views
0
Bookmarks.html Specification Sheet

Question detailsThe browser below provides the ability to export bookmarks (favorites) to bookmarks.html.Google ChromeFirefoxMicrosoft EdgeInternet ExplorerI think the format of each bookmarks.html is...

2 years ago

1 answers
95 views
0
I want to view Tooltip in Highcharts without mouseover

I'd like to ask for your advice on Tooltip for Highcharts.I'm displaying a graph of scatter, but there are almost 200 points.It's hard to see what's going on at first glance.Tooltip is displayed, so i...

2 years ago

2 answers
100 views
0
[attribute="value"] in IE8DOM attribute changes are not reflected when using the selector

The style is specified in a selector based on attribute values for elements such as [data-value=1], but the initial state is displayed correctly when viewed by IE8 (using IE Tester), but the display i...


1 answers
94 views
0
Looking for a solution to "is not defined" in Nxt.

I thought it was a practice to create a diagnostic app at Nxt.js.[Vue.js] Splatoon 2 Power Up Recommended Book Diagnostics [Part 2] -Qiita I made it by referring to this.There was no problem using the...

2 years ago

1 answers
96 views
0
How do I reverse the image I took/selected with react native?

Prerequisites/What you want to achieveOther websites ask the same questions.Thank you for your cooperation.I would like to reverse the image itself horizontally from the imagePicker.showImagePicker se...


1 answers
82 views
0
The error setDirection of undefined does not disappear.

This site http://wataame.sumomo.ne.jp/archives/6905http://mizuame.sakura.ne.jp/blog_sample/googlemap/index6.htmlWhen I was creating an application that allows me to search for routes between two point...


1 answers
49 views
0
I want to create a menu bar that can scroll horizontally indefinitely with CSS.

I would like to create a menu bar that can scroll horizontally indefinitely with CSS.Instead of automatically scrolling, I would like to create something that moves manually.I've looked into many thin...

2 years ago
« - 72 - »

© 2024 OneMinuteCode. All rights reserved.