which statement about object-oriented programming in javascript is correct? group of answer choices javascript programs may contain just two kinds of objects: native and host. the code and data within an object cannot be read or modified directly by other programs. object-oriented programming refers to the creation of reusable, anonymous functions. the encapsulation provided by objects increases complexity but also increases speed.