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
40 views
0
a method of performing a page transition by leaving only certain elements

I would like you to look at this site first.→http://kekselias.com/If you click any of them in the left navigation, the main element slides to the right and disappears.The following elements slide from...

2 years ago

1 answers
56 views
0
Fullcalendar Carousel Transitions

I use Fullcalendar.Is it possible to draw the next calendar fade in if I slowly drag it to the left or right from the state shown in the month display?I'm considering if I can move like Android's stan...


1 answers
33 views
0
I want to change the design of the Follow button generated by the Follow Plugin Generator.

Follow button generated by Follow Plugin Generator in LinkedIn(https://developer.linkedin.com/plugins/follow-company)I'm thinking of embedding it in my own global carrier site.There are three patterns...

2 years ago

1 answers
26 views
0
About Scroll Determination During No Scroll

Is it possible to change html, body to overflow:hidden, etc. and do something if you try to scroll when you can't scroll?Also, if possible, please let me know the source code.Please m(__)m

2 years ago

1 answers
32 views
0
window.open() in javascript does not open another window properly [overlapping]

(One answer) 6 months agoEnvironment: winodws10, IE11 (IE Settings Tab: Pop-up Settings: IE Auto-Determine) The third parameter in javascript window.open() is toolbar=yes, location=yes, status=yes...

2 years ago

1 answers
27 views
0
How long will the declared variable last?

How long will the declared variable last?When the function to which the variable belongs is processed within the scope, Variables are also discarded.Also, in the case of global variables, they always ...

2 years ago

1 answers
96 views
0
The app I released to googleplay has no sound.

Thank you for your help.I am developing an application with monaca.There was no sound in the app I released on Googleplay.Please let me know if you know the cause.■Development environmentmonaca (Cordv...


1 answers
47 views
0
Why is the cosine similarity result different from what you thought?

I'm a beginner in programming.While studying cosine similarity, the results show a high value despite the obvious difference in data entered.The comparison between A and B shows a reasonable value of ...

2 years ago

1 answers
85 views
0
How to Change the Value in an Array

Prerequisites/What you want to achieveI'm doing a grade processing task with JavaScript.(The task is to enter a student's grade (score) and display the average and highest scores.) The content is Firs...

2 years ago

2 answers
27 views
0
I want geojson in a smaller area than city.

I'd like geojson with area information smaller than the city, is there any place?I'd appreciate it if it was at the street level.Or could you please let me know if there is a way to make your own?Than...

2 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.