[webkit-dev] Preferred style for checking for undefined in our built-in JavaScript code?
Ryosuke Niwa
rniwa at webkit.org
Mon Nov 30 12:49:55 PST 2015
On Mon, Nov 30, 2015 at 11:37 AM, Darin Adler <darin at apple.com> wrote:
> I see the following in some code:
>
> if (xxx === undefined)
FWIW, I always use this style.
- R. Niwa
More information about the webkit-dev
mailing list