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
98 views
0
I would like to see GoogleMap on Rails.

I am developing it at Ruby on Rails.I want to display GoogleMap, but I'm having trouble because I can't see the map.I will write down the view code and the code of the js file, so please let me know h...


1 answers
75 views
0
I can't send FTP via FileTransfer Upload due to Monaca's hybrid app creation.

We use Monaca to create hybrid apps for Android and iOS. I would like to upload the file on the terminal to any FTP server. I have installed the FileTransfer plug-in with the Cordova plug-in and am ab...

2 years ago

1 answers
27 views
0
Monaca's iPhone Debugger Can't Handle

Good evening, I can't handle the time with monaca's iPhone debugger.Currently <input type=date> and <input type=time>You are trying to get the value of to be calculated.I think it would be...

2 years ago

2 answers
101 views
0
I want to convert html display contents to PDF

I'd like to convert the HTML display I'm currently displaying to PDF.Even if you try using PHP's fpdf, it seems impossible unless you declare the specified text or cells in PHP. (Then it takes a lot o...

2 years ago

2 answers
27 views
0
Two-dimensional array causes elements to become NaN.

var array=[ [_src*_src,_mid*_mid,_dst*_dst], [_src,_mid,_dst], [1, 1, 1], [0,top_z,0]];for (key in array) { console.log (array [key]);}console.log(array);In the above code, the console.log in the for ...

2 years ago

2 answers
42 views
0
Run Javascripts on Different Pages

There is a browsing page (index.html) similar to the following <!doctype html><html> <head> <metacharset=utf-8/> <meta name=viewport content=width=device-width, user-scalabl...

2 years ago

1 answers
92 views
0
I want to create a function to stock videos with Chrome extensions.

We are developing Chrome extensions in JavaScript.This is my first time developing a Chrome extension, and I just learned 20 times through dot installation.I also made some samples, and I know the gen...


1 answers
94 views
0
Render() does not update after setState

I would like to exchange values between components using react-native.Performed a changecount of the parent component from the child component event to update the parent component {selectedTab:0}.I ex...


2 answers
76 views
0
What does @ mean when @import?

I'm a beginner.Every day I read the source code of the person who always pushes with github in Qiita, etc.I don't really understand the meaning of the existence of @ shown below.@import'@/assets/style...


1 answers
76 views
0
For partial overwriting (hiding) of fullcalendar periodic event dow.

I have a stuck question about the fullcalendar event.WHAT YOU WANT TO DO1, Get National Holidays from Google2. Display staff's weekly work days in calendar [ ] (implemented in eventSources as dow) ← I...

« - 51 - »

© 2024 OneMinuteCode. All rights reserved.