Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

382
Visualizações
Unable to have get and set method in Object Constructor (not in class) in JavaScript?

When creating simple Object literal we can easily have get/set method.

const John = {
  firstName: "John",
  lastName: "Doe",
  teach: "Physics",
  language: "en",
  get lang() {
    return this.teach;
  }
};

John.teach //isValid

But what if we want to define get/set in Object Constructor. (Not Class one). I tried this way but it's not working...

    function Faculties (fName,lName,teach,lang){
      this.firstName = fName;
      this.lastName = lName;
      this.teach = teach;
      this.language = lang;
      get this.lang() = function(){
        return this.teach
    }
  }

any help would be appreciated..thank uh

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda