Skip to content

Instantly share code, notes, and snippets.

@nodech
Last active January 29, 2016 21:41
Show Gist options
  • Save nodech/c5156d87ef43e59d99b3 to your computer and use it in GitHub Desktop.
Save nodech/c5156d87ef43e59d99b3 to your computer and use it in GitHub Desktop.
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