Explain Codes LogoExplain Codes Logo

Javascript

Creating SVG elements dynamically with JavaScript inside HTML

javascript
svg
event-listeners
accessibility

Create an empty object in JavaScript with {} or new Object()?

javascript
object-literals
object-constructors
javascript-best-practices

Create and save a file with JavaScript

javascript
blob
mime-types
file-download

Create a link that opens the appropriate map app on any device, with directions to destination

javascript
prompt-engineering
geolocation-api
device-detection

Create a custom callback in JavaScript

javascript
callbacks
async-await
promises

Correct modification of state arrays in React.js

javascript
react-state-management
immutability
updater-functions

Copy/paste from Excel to a web page

javascript
clipboard-engineering
data-processing
web-development

Convert UTC Epoch to local date

javascript
date-conversion
timezones
moment-js

Convert normal date to unix timestamp

javascript
date-format
unix-timestamp
javascript-date

Convert json data to a html table

javascript
dynamic-table-generation
json-data
vanilla-javascript

Convert JS Object to form data

javascript
form-data
recursion
file-upload

Convert camelCaseText to Title Case Text

javascript
string-manipulation
typescript
lodash

Convert base64 string to ArrayBuffer

javascript
base64-conversion
arraybuffer
binary-data

Contenteditable change events

javascript
event-listeners
mutation-observer
contenteditable

Contact Bubble EditText

javascript
prompt-engineering
functions
callbacks

Constructors in JavaScript objects

javascript
constructor-pattern
object-creation
inheritance-management

Confirmation before closing of tab/browser

javascript
event-listeners
browser-compatibility
best-practices

Configuring region in Node.js AWS SDK

javascript
aws-sdk
region-configuration
javascript-sdk

Compare two dates with JavaScript

javascript
date-handling
time-zone
date-validation

Clear the JavaScript console in Google Chrome

javascript
console-clearing
javascript-commands
web-development