Похожие чаты

Hi everyone, i want to ask about basic of nodejs. i try

to make an entity with node js with this pattern
module.exports = class {
constructor(id) {
this.id = id;
}
}

then i require those class in my app.js, like this :
var Book = require('./entityClass');

var effectiveJava = new Book(1);
effectiveJava.title = 'Effective Java';

//checking title in book
console.log('book title : ' + effectiveJava.title);

surprisingly, those title field are works, and can show text in log.
i'm confuse, why those thing happen?
is it anyone can tell me about those thing

2 ответов

6 просмотров

And what's wrong here? This is not Java, you can declare any field after you create object, even if they are undefined inside you class

What's the problem? If you DON'T want that to work, you can Object.freeze(this) at the bottom of the constructor

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта