this
means the object being clicked<a class="view_all" onclick="consoleLogMe(this);" href="javascript:">object being clicked</a>
this
means the global object window
in this example:<a class="view_all" href="javascript:alertMe(this)">window object</a>