Advertisement
rony2605

If e Else

Feb 24th, 2013
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(50<100){
  2. console.log("I finished my first course!");
  3. }
  4. else{
  5. console.log("I finished my first course!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement