Explain Codes LogoExplain Codes Logo

Javascript

How to make an input type=button act like a hyperlink and redirect using a GET request?

javascript
onclick-event
redirect
get-request

How to remove and clear all localStorage data

javascript
localstorage
javascript-best-practices
web-development

How to list npm user-installed packages

javascript
npm
package-management
command-line-interfaces

For loop for HTMLCollection elements

javascript
iterators
htmlcollection
dom-manipulation

How to scroll to an element inside a div?

javascript
scrolling
smooth-scroll
scrollintoview

Submit form without page reloading

javascript
form-data-api
javascript-performance
ajax-alternatives

Check if element exists in jQuery

javascript
jquery
selectors
dom-manipulation

How to manually trigger validation with jQuery validate?

javascript
jquery
form-validation
manual-validation

What is the difference between 'it' and 'test' in Jest?

javascript
jest
bdd
testing

Creating a div element in jQuery

javascript
jquery
dom-manipulation
interactivity

How do I uninstall a Service Worker?

javascript
service-worker
cache
developer-tools

Referenceerror: fetch is not defined

javascript
fetch
nodejs
best-practices

Converting a javascript string to a html object

javascript
html-object
dom-manipulation
template-literals

How to Make a DIV Visible and Invisible with JavaScript?

javascript
visibility
responsive
accessibility

How to get the browser to navigate to URL in JavaScript

javascript
navigation
window-location
client-side-routing

View list of all JavaScript variables in Google Chrome Console

javascript
debugging
devtools
performance

How to Select Element That Does Not have Specific Class

javascript
queryselector
css-selectors
dom-manipulation

Replacestate() vs pushState()

javascript
pushstate
replacestate
user-experience

Remove duplicate values from JS array

javascript
deduplication
performance
lodash

React-router - pass props to handler component

javascript
react-router
props
hooks