In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Today, the editor will share with you the relevant knowledge points about how to use Switch sentences in javascript. The content is detailed and the logic is clear. I believe most people still know too much about this, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.
1. Rewrite multiple if statements using Swicth:
In general, we often use Switch... case statements, but we usually give them fixed values, so what if we rewrite multiple if statements in Switch? Let's look at the code:
Var a = 100 break; case a var b = NaN;switch (true) {case isNaN (a) | | isNaN (b): console.log ('NaNNaN'); break; case a = b: console.log (0); break; case a < b: console.log (- 1); break; default: console.log (1);}
We see in the code that there is a break in each interval to perform the pop-out method.
two。 Multiple case, single operation.
Besides carefully rewriting the operation in break, we can also use the individual operation code as follows:
Var Animal = 'Giraffe';switch (Animal) {case' Cow': case 'Giraffe': case' Dog': case 'Pig': console.log (' This animal will go on Noah\'s Ark.'); break; case 'Dinosaur': default: console.log (' This animal will not.');}
We complete the operation by calling one by one through case.
These are all the contents of the article "how to use switch sentences in javascript". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.