Front-end/Javascript
습관기르기
madison
2023. 1. 2. 10:44
Use object instead of “switch”
Use the “includes” method instead of multiple “if”
Use the default parameters of the ES6 function
Use “+” to convert string to number
Initialize the array with “fill”