DEV Community

# coercion

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Coercion and Falsy values in Javascript.

Coercion and Falsy values in Javascript.

Comments
2 min read
Boolean coercion pitfalls (with examples)

Boolean coercion pitfalls (with examples)

1
Comments
5 min read
JavaScript weird type system - Type coercion is bad

JavaScript weird type system - Type coercion is bad

2
Comments
11 min read
Type Conversion (or "Type Coercion") from one type to another in JavaScript

Type Conversion (or "Type Coercion") from one type to another in JavaScript

2
Comments
4 min read
Understand JavaScript Abstract Operations in 7 Minutes.

Understand JavaScript Abstract Operations in 7 Minutes.

41
Comments 1
7 min read
PHP Boolean Casting Gotchas

PHP Boolean Casting Gotchas

Comments
6 min read
Code Smell 24 - Boolean Coercions

Code Smell 24 - Boolean Coercions

12
Comments 30
2 min read
Entendiendo la coerción en JavaScript

Entendiendo la coerción en JavaScript

37
Comments 1
4 min read
Predicting JavaScript Equality Comparisons Correctly

Predicting JavaScript Equality Comparisons Correctly

7
Comments
3 min read
(a == 1 && a == 2 && a == 3) === true - Wait, hold on...

(a == 1 && a == 2 && a == 3) === true - Wait, hold on...

66
Comments 4
4 min read
Coercion: Deep Dive

Coercion: Deep Dive

6
Comments
7 min read
Coercion: Deep Dive

Coercion: Deep Dive

6
Comments
7 min read
[] == ![] - WTFJS And Coercion

[] == ![] - WTFJS And Coercion

28
Comments 1
9 min read
My favorite type coercion example

My favorite type coercion example

8
Comments 1
2 min read
Customize objects coercion in JavaScript

Customize objects coercion in JavaScript

25
Comments
6 min read
Why a==1&&a==2&&a==3 is true in JS?

Why a==1&&a==2&&a==3 is true in JS?

9
Comments
3 min read
loading...