Assume i have created a function function findInputGiven(){} and i called it somewhere below twice findInputGiven([1, 2], [3, 4]), findInputGiven
function findInputGiven(){}
findInputGiven([1, 2], [3, 4])
findInputGiven