1. const
2. var
3. let
4. constant
const
1. document.write()
2. console.log()
3. window.alert()
4. All of the above
All of the above
1. getElementById()
2. getElementsByClassName()
3. Both A and B
4. None of the above
Both A and B
1. var
2. let
3. Both A and B
4. None of the above
Both A and B
1. characterAt()
2. getCharAt()
3. charAt()
4. None of the above
charAt()
1. var book = Object();
2. var book = new Object();
3. var book = new OBJECT();
4. var book = new Book();
var book = new Object();
1. toSource()
2. valueOf()
3. toString()
4. None of the above
toSource()
1. slice()
2. split()
3. replace()
4. search()
split()
1. toLocaleUpperCase()
2. toUpperCase()
3. toString()
4. substring()
toString()
1. link()
2. small()
3. sup()
4. sub()
small()