can someone PLEASE give me some vanilla javascript code that will make a get request to https://api.wasteof.money/posts/64fa845c62c9b104f65962d4/ and display it as an <p> element on screen?
hey im dumb how do i make #the_element? do i add “class=’#the_element’”?
no, # is for id (i.e., id="the_element
). classes begin with . as opposed to #