Skip to main content
7 of 22
deleted 3 characters in body
Bálint
  • 1.9k
  • 15
  • 26

#Javascript, 34 bytes (invalid - see comments)

n=prompt();for(i=0;i++<n;)alert(i) 

#Javascript 49 bytes (Just because it was allowed)

alert("every integer from `1` to `n` inclusive.") 

OP changed the rules :(

Bálint
  • 1.9k
  • 15
  • 26