Javascript Tutorial - Enum Types

Описание к видео Javascript Tutorial - Enum Types

In reality Javascript does not support enumerated types, but what you can do is define a global constant object that looks and behaves like an Enum.

We look at how you can use this method to define an 'enum' that stores the values for directions that a player might be moving towards in a game.

There are many ways to do this so if you have any better ideas I'd love to hear your feedback in the comments!

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

Комментарии

Информация по комментариям в разработке