Bandwidth throttling per device. If your router sorts that feature!
Yes, click CTRL + F at the same time and a small search bar will pop up on the top right of your screen
Answer:
function validateForm(event)
{
event.preventDefault();
var phoneNumber = form.phoneNumber.value;
var userName = form.userName.value;
if(phoneNumber.length!=10)
console.log("Phone Number is Invalid");
if(userName.length<11)
console.log("User Name is Invalid");
}