questions are as follow: 1)the __ javascript operator 2)the value a javascript object can referred yo as? 3)generally values b/w operator and value are _______ in javascript 4)event handlers are case sensitive? 5)client-side javascript by itself can be used to? 6) the javascript form object: 7) which of the following can not be returned for a number with the math object? 8)if i have a starting value of 0 which of the following loop will count to 4 and halt ? 9)which is not the browser object in javascript 10)javascript is based on 11)what is the result of 64 % 8 12)to redirect user to anther page with javascript use 13)which will print text in javascript 14)this loop while(x<=y){do something} will run until