function callIt(fn) {
    return fn.apply(this,[...arguments].splice(1))
}