quelques bases
This commit is contained in:
parent
80e2dfb50c
commit
90402db721
3 changed files with 11 additions and 0 deletions
0
js/collegue.js
Normal file
0
js/collegue.js
Normal file
11
js/element.js
Normal file
11
js/element.js
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
class element{
|
||||||
|
constructor(tag,id) {
|
||||||
|
this.tag = tag
|
||||||
|
this.id = id
|
||||||
|
}
|
||||||
|
|
||||||
|
afficher(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
0
js/main.js
Normal file
0
js/main.js
Normal file
Loading…
Reference in a new issue