Answer:
There are 3 Data Hazard
Explanation:
Find attached the solution
Social media is the high capacity of communication links
Answer: str[0].toUpperCase();
Explanation:
str[0] is pointing to the first character of the entire string and the code str[0].toUpperCase() will convert the characters to upper case if they are in lowercase and will remain unchanged if they are already in upper case.