Skip to content

Instantly share code, notes, and snippets.

View aravindarc's full-sized avatar

Aravind aravindarc

View GitHub Profile
var ROLES = {
PRESIDENT: {
id: 1,
actions: []
}
};
const COUNTRYACTIONS = {
FIRE_MISSILE: 1,
VETO_LEGISLATION: 2,
const OBJECTTYPES = {
FILES: 1,
DIRECTORIES: 2
};
const FILEACTIONS = {
READ: 1,
WRITE: 2
};