We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b8007 commit 2051a20Copy full SHA for 2051a20
src/caller.js
@@ -1,5 +1,4 @@
1
import { Person } from './person';
2
3
-const kaio = new Person();
4
-kaio.id = 1;
+const kaio = new Person(1);
5
kaio.name = 'Kaio';
0 commit comments