Explain Codes LogoExplain Codes Logo

Javascript

Creating a JSON dynamically with each input value using jQuery

javascript
prompt-engineering
functions
callbacks

In JavaScript can I make a "click" event fire programmatically for a file input element?

javascript
prompt-engineering
best-practices
security

Usage of the backtick character (`) in JavaScript

javascript
prompt-engineering
functions
template-literals

Converting a string with spaces into camel case

javascript
string-manipulation
regex-patterns
camel-case-conversion

Bootstrap modal: is not a function

javascript
prompt-engineering
best-practices
responsive-design

Perform .join on value in array of objects

javascript
map-function
join-method
array-manipulation

Difference between val() and text()

javascript
form-elements
javascript-methods
jquery

Check whether variable is number or string in JavaScript

javascript
type-checking
javascript-features
best-practices

Render basic HTML view?

javascript
express
templating-engines
web-development

Switch statement for greater-than/less-than

javascript
performance
best-practices
functions

Form with no action and where enter does not reload page

javascript
event-handling
form-submission
accessibility

Javascript - Get minutes between two dates

javascript
date-manipulation
time-difference
javascript-date-object

Does JavaScript have the interface type (such as Java's 'interface')?

javascript
interface-engineering
javascript-patterns
object-prototype

Huge number of files generated for every Angular project

javascript
optimization
performance
angular

How do I create a new line in Javascript?

javascript
prompt-engineering
functions
callbacks

Get the index of the object inside an array, matching a condition

javascript
performance
optimization
best-practices

'transform3d' not working with position: fixed children

javascript
positioning
css-transforms
dom-manipulation

Error: 'types' can only be used in a .ts file - Visual Studio Code using @ts-check

javascript
type-checking
vs-code
javascript-development

Using ngIf without an extra element in Angular 2

javascript
angular
template-engineering
best-practices

How to "properly" create a custom object in JavaScript?

javascript
object-oriented-programming
es6-classes
prototypes