In JavaScript, an object is a container of properties and functions. Properties are identified by ____ and behavior is identified by _____.

Questions & AnswersCategory: Programming LanguageIn JavaScript, an object is a container of properties and functions. Properties are identified by ____ and behavior is identified by _____.
Adam asked 2 years ago

In JavaScript, an object is a container of properties and functions. Properties are identified by ____ and behavior is identified by _____.

a. variables, functions

b. functions, variables

c. attributes, variables

d. attributes, functions