const UNAME = "[email protected]"; const PWD = "thisIsMyPwd";
login(UNAME,PWD);
Here "UNAME" & "PWD" are having assigned values, so that we will understand this is HardCoded Values.