Check your browser console to see the results of the Javascript codes
This tag is accessible to below scripts, because it's before it
This tag is NOT accessible to above script (it's not loaded yet).
Below script will have access to all p tags, because it waits for DOM to be fully loaded
This last one below can also access to every p tag because it's loaded last