I am working on a javascript project which requires use of javascript \"Enums\" meaning Objects like:
var WinnerEnum = { Player1: 1, Play
According to Google's coding conventions this is the correct way indeed to name an enum in javascript.
As requested here is a link.