class NameOfClass { //class declaration first letter should be capital it's a convention obj="text"; obj2="some other text"; } //always call class with "new" key word console.log(new NameOfClass);