News

The TypeOf keyword is primary tool you have for determining what class an object "really" is. However, if you were doing a negative test with TypeOf, you had to write some pretty unreadable code. This ...