changing the type of a value - coercion in javascript

has been moved

javascript
filter an array with another array

Filtering an array with another array is useful when you have many elements you want to remove from an array.

javascript
changing the type of a value - coercion in javascript

Using a value in a comparison can be confusing sometimes because JavaScript tries to be helpful and implicitly change the type for you.