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
79 views
0
About the effectiveness of css and javascript when using the onsen-ui tab bar in monaca.

Nice to meet you.It's been three days since I started programming.I want to make a game with javascript.(I want to use the tmlib.js framework.)I registered with monaca and was able to combine the onse...


1 answers
103 views
0
I want to trim the audio file using JavaScript.

It creates a voice portfolio where you can post wav, mp3 and so on.I would like to display the file in filereader.result, set the audio data to start with the range of the input element, cut it out fo...

2 years ago

1 answers
86 views
0
I would like to change the shutter speed by starting the camera on the terminal with javascript.

I am creating a web application that uses javascript to activate the camera of the terminal.Currently, I am using getUserMedia to manipulate the settings of the camera that started, and I can show the...

2 years ago

1 answers
42 views
0
How to select and read CSV files from your browser using D3.js

Questions about JavaScript D3.js.When reading a CSV file in D3.js, it is read using the csv class, but the first argument is the path of the file.Therefore, I would like to open a dialog using a form ...

2 years ago

1 answers
95 views
0
I can't launch the application from javascript to URL scheme on Chrome on Android device.

I'm running a URL scheme from php to javascript to launch the Android app.The app won't start.The application starts without any problems with browsers such as OPERA.I am at a loss because I cannot fi...


1 answers
86 views
0
Google Maps API divides location information into separate file (JSON) data

When I click the marker in conjunction with the JSON data containing the location information and the contents of the information window in GoogleMap, the information window is displayed and I am crea...

2 years ago

1 answers
39 views
0
d3. I want the straight line of the js graph to be curved

Using cola.js, we create a graph layout similar to sample program.Is it possible to change the straight line of this link to a curve?in d3.jsas shown in this exampleI'd like to make it a curve, but I'...

2 years ago

1 answers
108 views
0
Understanding Creating GUI Applications Using Python and Electron

Environmentubuntu 16.04 LTSpython 2.712, python 3.5.2electron1.8.2I wanted to develop a GUI application using Python, so I used the following page to try to develop using Electron.https://qiita.com/yo...


1 answers
106 views
0
Error loading Vue.js: Failed to load resource: the server responded with a status of 404

As for Vue.js, the js file is not loaded and it says {{message}} as it is now.The following error occurs on the console:I would like to display Hello Vue, what should I do?Failed to load resource: the...


2 answers
29 views
0
I want to tag the text that matches the regular expression and set the event handler.

I would like to tag a string of innerText/textContents for an element that corresponds to a specific regular expression (for example, /#\d+/) and set up an event handler.For example, see <p>#123...

2 years ago
« - 69 - »

© 2024 OneMinuteCode. All rights reserved.