how to differentiate the array values in javascript

后端 未结 0 2023
悲哀的现实
悲哀的现实 2020-12-16 10:46

I have array listA and listB, compare and calculate the output of each list using javascript

listA=[1, 3, 5]
listB=[3, 3, 2] 

if listA[0] > listB[0] then          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题