View difference between Paste ID: J3HxEHQB and vM5PtjJR
SHOW: | | - or go back to the newest paste.
1
window.onload = function () {
2-
		var paragraphs = document.querySelectorAll("p");
2+
	var cl = document.querySelectorAll("#outerDiv");
3-
		alert(paragraphs.length);
3+
	alert(cl.length);
4-
	}
4+
    }