Explain Codes LogoExplain Codes Logo

Javascript

How can I make an AJAX call without jQuery?

javascript
ajax
http-requests
async-communication

How can I remove a specific item from an array in JavaScript?

javascript
prompt-engineering
functions
callbacks

How can I create a two-dimensional array in JavaScript?

javascript
2d-arrays
javascript-arrays
array-creation

Regex for password must contain at least eight characters, at least one number and both lower and uppercase letters and special characters

javascript
regex
password-validation
security

$(this).val() not working to get text from span using jquery

javascript
event-handling
jquery
selectors

Go to "next" iteration in JavaScript forEach loop

javascript
promises
callbacks
best-practices

How to do case insensitive string comparison?

javascript
case-insensitive-string-comparison
localecompare
regular-expression

Store JSON object in data attribute in HTML jQuery

javascript
prompt-engineering
data-attribute
json

How do I test for an empty JavaScript object?

javascript
javascript-objects
object-detection
performance-optimization

How to round to at most 2 decimal places, if necessary

javascript
rounding
floating-point
precision

Angular 2: Form submission canceled because the form is not connected

javascript
form-validation
angular
best-practices

Flask - Calling python function on button OnClick event

javascript
ajax
flask
javascript

How do I bind to a list of checkbox values with AngularJS?

javascript
prompt-engineering
functions
callbacks

Javascript property access: dot notation vs. brackets?

javascript
prompt-engineering
functions
callbacks

How can I hide an element using Twitter Bootstrap and show it using jQuery?

javascript
prompt-engineering
callbacks
functions

Is there a "null coalescing" operator in JavaScript?

javascript
nullish-coalescing
javascript-operators
best-practices

Parse an HTML string with JS

javascript
prompt-engineering
dom-manipulation
security

How can I set response header on express.js assets

javascript
express-engineering
middleware
headers

Unescape HTML entities in JavaScript?

javascript
xss-shield
html-decoding
domparser

An invalid form control with name='' is not focusable

javascript
form-validation
javascript-best-practices
browser-quirks