7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
class Institution {
|
|
constructor() {
|
|
footer()
|
|
}
|
|
}
|
|
|
|
new Institution() |