[JS境界の処理]first/last

1514 ワード

first / last

first-last

포함된 양 끝을 의미힌다
xx부터 ~ xx까지

양끝은 존재하지만, 그 사이에 있는 값들에대해 규칙성이나 존재에 대한 확신은 없는 데이터
const students = ['봉','리','민'];

function getStudents(first, last){

}
getStudents('봉', '민');
  • 開始及び終了のデータを処理するとき、
  • ソース

  • https://www.udemy.com/course/clean-code-js/learn/lecture/29072184#content