You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains function will get only one param the diff between born and died but should get two 'td' and the diff
should be like this .contains('td', people[i].died - people[i].born);
I opened a pull request