Answer:
spreadsheets
Explanation:
every company uses spreadsheets because they are used to list and organize data easily
Answer:
a lan party
Explanation:
because it's your personal party
Answer:
The JavaScript statement is
var str1 = "Information Technology";
var result = str1.toUpperCase();
Explanation:
JavaScript is used to validate the client side it means it provide the client side validation.
Following are the function of JavaScript that converted the string into uppercase.
function val()
{
var str1 = "Information Technology ";
var result = str1.toUpperCase();
}
The toUpperCase() function convert the string into uppercase in JavaScript
OUTPUT
INFORMATION TECHNOLOGY
Answer:
I believe "..." means that you need to go further in depth with your writing.