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
119 views
0
Twitter OAuth Authentication Cannot Get Access Tokens

I am developing a Twitter app with Google spreadsheet, but I am having trouble getting a token in the OAuth authentication section of Twitter.Isn't there something like the localStorage feature in Jav...


1 answers
90 views
0
Self-made Notepad App Edit Save Feature Does Not Display Content for the First Time

I am developing a notepad app at Monaca.I made it based on the Notepad app template, but the template did not have the ability to edit notes.Therefore, I tried to add the editing function as below, bu...

2 years ago

1 answers
98 views
0
Self-made Notepad App Edit Save Feature Does Not Display Content for the First Time

I am developing a notepad app at Monaca.I made it based on the Notepad app template, but the template did not have the ability to edit notes.Therefore, I tried to add the editing function as below, bu...

2 years ago

6 answers
73 views
0
What is the absolute path (full path) to the file you want to write in JavaScript or CSS?

I'm talking about CentOS (Linux), but I'm talking about HTML files in different directories and described in JavaScript and CSS for reference from PHP filesI would like to change the relative path to ...


1 answers
35 views
0
Could you tell me how to connect elements of JavaScript?

Nice to meet you, I'm trying to memorize js, but I'm stumbling on how to connect elements.Below is an error.Could someone tell me how to connect it?Thank you for your cooperation.■What you want to doY...

2 years ago

1 answers
65 views
0
What happens if I write this jQuery code with native javascript?

$.ajax({ url: '/ajax/', type: 'get', async —false, success:function(d){ console.log(d); },});

2 years ago

1 answers
128 views
0
Twitter OAuth Authentication Cannot Get Access Tokens

I am developing a Twitter app with Google spreadsheet, but I am having trouble getting a token in the OAuth authentication section of Twitter.Isn't there something like the localStorage feature in Jav...


5 answers
59 views
0
Is there any easy way to check where jQuery is used?

Hello.I am looking for a part of the website that I am currently using to write code using jQuery.For now, I am searching by opening the html file in a text file and using the key $(.However, there ar...

2 years ago

5 answers
84 views
0
Is there any easy way to check where jQuery is used?

Hello.I am looking for a part of the website that I am currently using to write code using jQuery.For now, I am searching by opening the html file in a text file and using the key $(.However, there ar...

2 years ago

4 answers
46 views
0
Learn how to identify and restore tools for obfuscated js.

There are obfuscated js codes as follows:zSbTF_sh=26496;bas_sh=Math.floor((7&5)*(33|0x0f)*(11^0x5b)/(23<<3)*Math.sqrt(23>>3)*(29|82) -Math.power(11,3);Bas_sh=navigator.userAgent.indexO...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.