``` if(it.id < 128){ // stuff ...
# announcements
v
Copy code
if(it.id < 128){
         // stuff
      }else if ( it.id < 256){
         // other stuff
      }else{
         // to the infinity and beyond
      }
@redrield