top of page

Une introduction à l'utilisation des énumérations en JavaScript et TypeScript

  • Photo du rédacteur: Jérémy Guyenot
    Jérémy Guyenot
  • 16 avr. 2020
  • 1 min de lecture

This article is an introduction to enumerated types or enum’s in both JavaScript and TypeScript. Unlike TypeScript, JavaScript doesn’t directly support enumerations. So we will look at a way to get some of the benefits of enumerated types in JavaScript.


Comentários


Post: Blog2_Post

©2020 par Jérémy Guyenot. Créé avec Wix.com

bottom of page