Explain Codes LogoExplain Codes Logo

Javascript

Print Var in JsFiddle

javascript
console-output
javascript-fiddle
html-output

Prevent typing non-numeric in input type number

javascript
event-listeners
input-validation
regular-expressions

Prevent text selection after double click

javascript
prompt-engineering
event-delegation
user-select

Prevent RequireJS from Caching Required Scripts

javascript
cache-busting
requirejs
optimization

Prevent form redirect OR refresh on submit?

javascript
ajax
event-handling
ui-interactions

Pretty-print JSON using JavaScript

javascript
prompt-engineering
functions
syntax-highlighting

Preloading images with JavaScript

javascript
image-preloading
async-programming
promise-all

Pass variables by reference in JavaScript

javascript
functions
closures
encapsulation

Passing variables through handlebars partial

javascript
handlebars
partial-engineering
template-engine

Optimum way to compare strings in JavaScript?

javascript
string-comparison
javascript-optimization
unicode-normalization

Onchange event using React JS for drop down

javascript
controlled-components
react-hooks
state-management

Obtain form input fields using jQuery?

javascript
form-handling
jquery
serialize

Npm WARN ... requires a peer of ... but none is installed. You must install peer dependencies yourself

javascript
npm
package-management
dependency-management

No visible cause for "Unexpected token ILLEGAL"

javascript
debugging-tools
invisible-characters
coding-habits

Not class selector in jQuery

javascript
selectors
jquery
best-practices

No restricted globals

javascript
eslint-error
javascript-best-practices
react-hooks

Node.js TypeError: path must be absolute or specify root to res.sendFile [failed to parse JSON]

javascript
error-handling
file-paths
nodejs

Node.js: read a text file into an array. (Each line an item in the array.)

javascript
readable-streams
file-handling
node-js

Node.js can't create Blobs?

javascript
blob
buffer
fs

No 'Access-Control-Allow-Origin' header is present on the requested resource—when trying to get data from a REST API

javascript
cors
express
nodejs