🖥️FE🖥️

Function in parameters

들눈 2023. 5. 17. 09:09

There no necessary to use a parameters if we use a global parameter. 

var stock
countung=()=>{
  stock+=1;
}