Email conversation
From | Pete Wilson |
To | Me |
Subject | typo on http://www.howtocreate.co.uk/tutorials/javascript/operators |
Date | 18 January 2010 11:28 |
Hi Mark --
On http://www.howtocreate.co.uk/tutorials/javascript/operators, you have:
typof
typeof variable or typeof(variable) returns the type (or class) of a
variable.
Obviously, "typof" wants to be "typeof".
Your site is /extremely/ helpful to me; the sine qua non of my making any
reasonable headway in JS, I would say.
Thanks!
-- pete
From | Me |
To | Pete Wilson |
Subject | Re: typo on http://www.howtocreate.co.uk/tutorials/javascript/operators |
Date | 20 January 2010 16:28 |
Pete,
> Obviously, "typof" wants to be "typeof".
Thanks for the correction. I've corrected it now.
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/