當前位置:成語大全網 - 書法字典 - JS只是判斷數組中的值是否相等。

JS只是判斷數組中的值是否相等。

思路:取出數組中的最大值和最小值,然後判斷最大值和最小值是否要等待。

聲明壹個簡單數組:

const tempArr =【7,6,5,4,3,2,1,】;

math . max . apply(null,tempArr)?= = math . min . apply(null,tempArr);

聲明對象數組:

const obj =【{ id:1,價格:1.5},{id:2,價格:1.5,}】;

const arr = obj . map(o = & gt;o . price);

math . max . apply(null,arr)= = math . min . apply(null,arr);