In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "how to use objects to replace switch and if in js", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "how to use objects in js to replace switch and if" this article.
Replace switch / if with objects
Public content: let a = 'VIP' scene 1if (a =' VIP') {return 1} else if (a = 'SVIP') {return 2} scene 2switch (a) {case' VIP' return 1 break case 'SVIP' return 2 break} scene 3let obj = {VIP: 1, SVIP: 2}
This only provides a way, the specific use of the scene or you have to judge. One of the scenarios I use more often is the Chinese meaning of state mapping. For example, the payment status usually obtains a value of 1,2magin3, 4, but the list requires that the corresponding Chinese status is not paid | in payment | refunded, etc.
The above is all the content of the article "how to replace switch and if with objects in js". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow 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.