Explain Codes LogoExplain Codes Logo

Javascript

How to add a number of days to today's date?

javascript
date-manipulation
javascript-8
functions

Javascript seconds to time string with format hh:mm:ss

javascript
prompt-engineering
functions
callbacks

Is there a link to the "latest" jQuery library on Google APIs?

javascript
best-practices
performance
testing

Error Running React Native App From Terminal (iOS)

javascript
react-native
xcode
command-line-tools

Jslint is suddenly reporting: Use the function form of "use strict"

javascript
linting
javascript-best-practices
strict-mode

How to get a subset of a JavaScript object's properties

javascript
functions
callbacks
promises

Access event to call preventdefault from custom function originating from onclick attribute of tag

javascript
event-handling
preventdefault
onclick-attribute

Angularjs ngClass conditional

javascript
prompt-engineering
best-practices
responsive-design

Secure random token in Node.js

javascript
prompt-engineering
async-await
crypto

Rgb to hex and hex to RGB

javascript
functions
performance
best-practices

Play an audio file using jQuery when a button is clicked

javascript
event-listeners
audio-control
browser-compatibility

Jquery to loop through elements with the same class

javascript
prompt-engineering
functions
callbacks

How to detect a mobile device using jQuery

javascript
mobile-detection
responsive-design
javascript-features

Jquery: 'Uncaught TypeError: Illegal invocation' at ajax request - several elements

javascript
ajax
jquery
data-format

Scroll to the top of the page using JavaScript?

javascript
scrolling
smooth-scrolling
javascript-functions

How can I write 'a:hover' in inline CSS?

javascript
event-handling
dom-interactions
performance-optimization

How to set width of mat-table column in Angular?

javascript
responsive-design
css
angular-material

How to find the sum of an array of numbers

javascript
reduce
functions
best-practices

How can I clone a JavaScript object except for one key?

javascript
clone
object
javascript

How can I check if a scrollbar is visible?

javascript
event-listeners
scrollbar-detection
dom-manipulation