refactoring

This commit is contained in:
Kim Ravn Hansen
2025-10-21 15:53:44 +02:00
parent 15f648535c
commit ccd0f248fc
7 changed files with 85 additions and 63 deletions

View File

@@ -22,4 +22,4 @@ class TestChild extends TestParent {
}
}
console.log(new TestChild());
console.log(Function.prototype.toString.call(TestChild));