This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
SA3/hw4/Claudio_Maggioni/NodeStaticFiles/foo.js

3 lines
105 B
JavaScript
Raw Normal View History

2019-10-11 13:00:35 +00:00
$('.stats').each(function(){
console.log(typeof this.id =='undefined' ? 'sorry, no id ' : this.id);
});