constructor is a function

This commit is contained in:
2024-06-03 12:16:54 +02:00
parent 1e55406e8f
commit 78ebe07977
3 changed files with 44 additions and 0 deletions

21
4.5constructor/index.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<!-- add mocha css, to show results -->
<script>
// chai has a lot of stuff, let's make assert global
</script>
</head>
<body>
<!-- the script with tests (describe, it...) -->
<!-- <script src="t1.js"></script> -->
<script src="t3.js"></script>
<!-- the element with id="mocha" will contain test results -->
<!-- run tests! -->
</body>
</html>