js object instantiate code example Example: instantiate js Click to copyfunction employer(name) { this.name = name;}; var fred = new employer('Fred');