midudev / midu.dev

midu.dev blog 📝
https://midu.dev
GNU General Public License v3.0
387 stars 160 forks source link

Update no-todo-objeto-javascript.md #100

Closed gpolancodev closed 1 year ago

gpolancodev commented 1 year ago

Se han cruzado las comparaciones con el Boolean

true === new Boolean(true) // true

// to

true === new Boolean(true) // false
true === new Boolean(true) // false

// to

true === Boolean(true) // true
vercel[bot] commented 1 year ago

@gpolancodev is attempting to deploy a commit to the midudev pro Team on Vercel.

A member of the Team first needs to authorize it.