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

$('.stats').each(function(){
console.log(typeof this.id =='undefined' ? 'sorry, no id ' : this.id);
});