What is the difference between the two?
So I know that array.size() is a function while array.length is a property. Is there a usecase for
array.size()
array.length
The .size() method is deprecated as of jQuery 1.8. Use the .length property instead
See: https://api.jquery.com/size/