var?
no, when you define a function that way, it does not take values of global variables as part of its definition
what you are trying to do can be achieved by console.log((x => x*3)(x))
Обсуждают сегодня