Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

modulo operator multiples, alternate values

if( incrementalId % 2 == 1 )
  // send to one
else
  // send to the other
Source by blog.mattclemente.com #
 
PREVIOUS NEXT
Tagged: #modulo #operator #alternate #values
ADD COMMENT
Topic
Name
7+4 =