Last active
January 29, 2016 21:41
-
-
Save nodech/c5156d87ef43e59d99b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var asaki = 0; | |
if (asaki < 5) { | |
console.log("პატარა ხარ ძალიან!"); | |
} else if (asaki < 12) { | |
console.log("მხოლოდ მშობლების ნებართვით!"); | |
} else if (asaki < 20) { | |
console.log("კარგები ხართ!"); | |
} else { | |
console.log("უფროსებისთვის უკეთესი ალტერნატივა გვაქვს."); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment