
Yannis Bouacida
8,730 PointsWhat is the difference between append and appendChild ?
Hello, i'm used to use append in every situation, if i'm not wrong append is always working while appendChild not.
So in what case would it be better to use appendChild instead of append ?
1 Answer

Tobiasz Gala
Full Stack JavaScript Techdegree Student 15,775 PointsJust one additional comment.
append method is not supported in IE
Dave StSomeWhere
19,205 PointsDave StSomeWhere
19,205 PointsThe main differences mentioned in MDN Docs is: