qobjects = [
{
question: "What is a correct syntax to print a string in upper case letters?",
options: [
"'Welcome'.upper()",
"'Welcome'.toUpper()",
"'Welcome'.toUpperCase()"
],
correct: 0
},
{
fillintheblanks: "exercise_strings4.htm"
},
{
fillintheblanks: "exercise_strings5.htm"
},
{
fillintheblanks: "exercise_strings6.htm"
},
{
fillintheblanks: "exercise_strings7.htm"
}
]