reference body js

Solutions on MaxInterview for reference body js by the best coders in the world

showing results for - "reference body js"
Mckayla
14 Mar 2017
1var body = document.getElementsByTagName("BODY")[0]; //bad way
2document.body //good way