Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Which of the js belong to the Number data type

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article introduces the relevant knowledge of "which data types belong to Number in js". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. Number types represent integers and floating point numbers. For number types, you can add, subtract, multiply and divide.

Let a = 10 let console.lg (a * 20); / / output 200 console.lg

2. In addition to regular numbers, special values such as Infinity,-Infinity and Nan also belong to the number type.

Typeof NaN;// output number

It is safe to do mathematical calculations in JavaScript. We can do anything: divide by 0 (a fatal error in other programming languages), treat non-numeric strings as numbers, and so on. JavaScript scripts never stop running because of a fatal error, and the worst-case scenario is the result of NaN.

This is the end of the content of "which data types belong to Number in js". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report