testing: DOM methods: createElement('img'), appendChild(imgObject)
testing: String object: str += str2; DOM manipulation: innerHTML = str
testing: Math object: Math.pow(x, y), Math.sqrt(z), and Math.random()