Explain Codes LogoExplain Codes Logo

Best Articles — Page 202

How do you access the matched groups in a JavaScript regular expression?

javascript
matchall
regex
javascript-regex

Javascript: filter() for Objects

javascript
object-manipulation
filtering
es6-methods

Jquery equivalent of getting the context of a Canvas

javascript
canvas-api
dom-querying
javascript-best-practices

Print JSON parsed object?

javascript
debugging-strategies
console-abilities
json-stringify

# What's the Difference Between "LIKE" and "=" in SQL? #

sql
best-practices
performance
join

What's up with Java's "%n" in printf?

java
printf
cross-platform
best-practices

How to Make a `` Display in a Horizontal Row

html
responsive-design
css
flexbox

Including both href and onclick to HTML <a> tag

html
event-listener
best-practices
accessibility

How to Bind Events on Ajax Loaded Content?

javascript
event-delegation
ajax-content
event-handling

Outline on only one border

html
responsive-design
css-preprocessors
box-shadow

How can I remove the decimal part from JavaScript number?

javascript
prompt-engineering
functions
performance

How to get the latest record in each group using GROUP BY?

sql
join
subquery
performance

Oracle: What does `(+)` do in a WHERE clause?

sql
join
best-practices
sql-99

How to reload a page using JavaScript

javascript
prompt-engineering
best-practices
performance

Check if object is a jQuery object

javascript
javascript-closures
truthy-falsy-values
jquery-object-check

Fading out text on overflow with CSS if the text is bigger than allowed

html
responsive-design
css-gradients
web-development

Skip first entry in for loop in Python?

python
iterators
slicing
list-manipulation

How do I accomplish an if/else in mustache.js?

javascript
prompt-engineering
interview-preparation
logicless-templates

What is the proper way to re-attach detached objects in Hibernate?

java
hibernate-entity-management
entity-states
detached-objects

Drop table in old version of SQLite where IF EXISTS is not supported

sql
database-management
error-handling
best-practices