Programming Tips - jQuery: Append to the current document

Date: 2020jun5 Platform: web Library: jQuery Keywords: add Q. jQuery: Append to the current document A. This is the way:
$(document.body).append('I am at the end');