Which line is missing from this code if you expect the code to evaluate to true?
var compare = function (test1, test2) {
// Missing line
};
compare(1078, '1078'); // yields true
Which line is missing from this code if you expect the code to evaluate to true?
var compare = function (test1, test2) {
// Missing line
};
compare(1078, '1078'); // yields true