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
71 views
0
JavaScript appendChild error occurs.

In the <ul> tag, I want to add the value of the XML node as the <li> tag. With the xmlDoc.documentElement.childNodes; code, the child node of the root node (<person>) (<name<na...

2 years ago

2 answers
98 views
0
How to implement the temporary save function when writing a post

Hello.For me, the function that can be seen in the hash code, Saving temporarily...I'd like to implement the function.1.I think the principle of implementing this function is 1. Count a certain amount...

2 years ago

2 answers
98 views
0
I have a question about how to implement data visualization on the web.

Hello. I was looking for a way to implement data visualization on the webI'm writing a question to ask Hakosa.First, as a reference example, write down the link to designer Sowon Young's work.(1) (1) ...

2 years ago

2 answers
166 views
0
[javascript] arrow function question

Hello, I am studying arrow function and I have a question. const inventors = [ { { first: 'Albert', last: 'Einstein', year: 1879, passed: 1955 }, { { first: 'Isaac', last: 'Newton', year: 1643, passe...


1 answers
91 views
0
I want to create a web code editor. Or if there's anything good, please recommend it.

I'm trying to create a web code editor, but I don't know how to start, so I'm leaving a question.The period is set at 2 months, but I don't think it'll matter if it's delayed further.I'm planning to m...


2 answers
17 views
0
Creating a Web Compiler

I'd like to make it like a code executor on this site (I'm going to make it using JavaScript, HTml, and JQuery).)I'm going to do about 3 kinds of Java c language htmlEspecially, how should I make C la...

2 years ago

1 answers
49 views
0
I don't know how to save font size or color on the web

We are building a personal blog using node.js and Mongodivi.When posting a blog, there is no problem with the enter or space bar in the article when you select it from the string and save it as &n...


1 answers
45 views
0
How do I put a 1-31 day for statement on PHP Highcharts graph?

It looks like this. Highcharts.chart('container', { chart: { type: 'column' }, title: { text:picker+'Statistics by Media Graph' }, xAxis: { categories: [1st, 2nd, 3rd, 4th, 5th, 7th, 8th, 9...

2 years ago

1 answers
65 views
0
How to run typescript with IntelliJ to view results

Hello, I started to do typescript while studying angular.I'm working on IntelliJ.Is there a way to run the typescript file that I created?The example is now available in the browser.import { Component...


1 answers
124 views
0
Ask an error question in the reaction.

The error Uncaught TypeError: Cannot read property 'bind' of undefined appears.<html> <head> <meta charset=utf-8 http-equiv=X-UA-Compatible content=IE=edge > <link rel=stylesheet ...

2 years ago
« - 106 - »

© 2024 OneMinuteCode. All rights reserved.