Explain Codes LogoExplain Codes Logo

Javascript

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

Execute a command line binary with Node.js

javascript
promises
child-process
error-handling

How do you use a variable in a regular expression?

javascript
regex
dynamic-patterns
input-validation

Losing scope when using ng-include

javascript
ng-include
scope-inheritance
best-practices

Read a file one line at a time in node.js?

javascript
file-handling
asynchronous
error-handling

How to stop JavaScript forEach?

javascript
for-loop
array-methods
performance

Check if a value is an object in JavaScript

javascript
object-checking
type-detection
libraries

How to check if a string "StartsWith" another string?

javascript
starts-with
polyfill
performance