Typescript details learning and typescript details Learning

Source: Internet
Author: User

Typescript details learning and typescript details Learning

1. Judge the type of a variable, and use typeof variable = 'array' to look like this. Note that this ''is not a single quotation mark. Remember to use three equal signs.

2. If this is passed in TypeScript and used in the callback function, you should be careful. this is not necessarily pointing to the current class object. If you want to ensure

If you still point to the object, you need to call bind (this) first when passing the method ). or, during callback, do not directly change func (agrs) to func. call (target object, args)

In this case, this in the callback function is passed in: target object

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.