mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
![]() The variable deadCodeElimination is declared but not initialized, making it undefined by default. When using the &&= operator with an undefined left operand, the result will always remain undefined regardless of how many iterations run. ```js let deadCodeElimination; deadCodeElimination &&= true deadCodeElimination // undefined ``` PR-URL: https://github.com/nodejs/node/pull/59170 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> |
||
---|---|---|
.. | ||
sqlite-is-transaction.js | ||
sqlite-prepare-insert.js | ||
sqlite-prepare-select-all.js | ||
sqlite-prepare-select-get.js |