The document discusses several native JavaScript objects including String, Math, Array, and Date objects. It focuses on the String object, describing how to create string variables and primitive types. It then explains several string methods like length, charAt(), charCodeAt(), indexOf(), lastIndexOf(), substr(), toLowerCase(), and toUpperCase() providing examples of how to use each method to manipulate and analyze string values.