Skip to content

Instantly share code, notes, and snippets.

@stiv-yakovenko
Created May 9, 2022 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stiv-yakovenko/b1f75a9b27761e280954f067f76ea168 to your computer and use it in GitHub Desktop.
Save stiv-yakovenko/b1f75a9b27761e280954f067f76ea168 to your computer and use it in GitHub Desktop.
georgian tax code 1 vs 20 percent tax
function () {
this.color = "", this.radioYes = "", "" == this.answer || null == this.answer || null == this.answer ? alert("\u10d0\u10d8\u10e0\u10e9\u10d8\u10d4\u10d7 \u10de\u10d0\u10e1\u10e3\u10ee\u10d8") : (this.fullCount++, 36 == this.index && (this.YesButton = "\u10dc\u10d0\u10db\u10e3\u10e8\u10d4\u10d5\u10d0\u10e0\u10d8 \u10d3\u10e0\u10dd", this.NoButton = "\u10e8\u10d4\u10e1\u10e0\u10e3\u10da\u10d4\u10d1\u10e3\u10da\u10d8 \u10e1\u10d0\u10db\u10e3\u10e8\u10d0\u10dd"), this.index > -1 && this.index < 7 ? "no" == this.answer ? (this.answers_array[this.index] = "0", this.incorrect_answer()) : "yes" == this.answer && (this.answers_array[this.index] = "1", this.correct_answer(), this.result_payer()) : this.index > 6 && this.index < 26 ? (this.index > 6 && this.index < 22 ? "yes" == this.answer ? (this.answers_array[this.index] = "1", this.correct_answer()) : (this.answers_array[this.index] = "0", this.incorrect_answer()) : this.index > 21 && this.index < 26 && ("no" == this.answer ? (this.answers_array[this.index] = "0", this.correct_answer()) : (this.answers_array[this.index] = "1", this.incorrect_answer())), 7 == this.sumanswer ? this.result_payer() : this.sumNoanswer > 18 ? this.result_service() : (this.question = this.question_array[this.index], this.answer = "")) : this.index > 25 && this.index < 35 ? (26 == this.index || 29 == this.index || 32 == this.index ? "no" == this.answer ? (this.answers_array[this.index] = "0", this.correct_answer()) : (this.answers_array[this.index] = "1", this.incorrect_answer()) : "yes" == this.answer ? (this.answers_array[this.index] = "1", this.correct_answer()) : (this.answers_array[this.index] = "0", this.incorrect_answer()), 11 == this.sumanswer ? this.result_payer() : this.sumNoanswer > 18 ? this.result_service() : (this.question = this.question_array[this.index], this.answer = "")) : this.index > 34 && this.index < 38 && ("yes" == this.answer ? 37 == this.index ? (this.answers_array[this.index] = "\u10dc\u10d0\u10db\u10e3\u10e8\u10d4\u10d5\u10d0\u10e0\u10d8 \u10d3\u10e0\u10dd", this.correct_answer(), this.result_payer()) : (this.answers_array[this.index] = "1", this.correct_answer()) : 37 == this.index ? (this.answers_array[this.index] = "\u10e8\u10d4\u10e1\u10e0\u10e3\u10da\u10d4\u10d1\u10e3\u10da\u10d8 \u10e1\u10d0\u10db\u10e3\u10e8\u10d0\u10dd", this.incorrect_answer(), this.result_service()) : (this.answers_array[this.index] = "0", this.incorrect_answer()), 13 == this.sumanswer ? this.result_payer() : this.sumNoanswer > 18 ? this.result_service() : (this.question = this.question_array[this.index], this.answer = "")), 38 == this.fullCount && ("" != this.finalResult ? this.show_personal_popup() : alert("\u10e1\u10d8\u10e1\u10e2\u10d4\u10db\u10e3\u10e0\u10d8 \u10e8\u10d4\u10ea\u10d3\u10dd\u10db\u10d0, \u10d2\u10d7\u10ee\u10dd\u10d5\u10d7 \u10e1\u10ea\u10d0\u10d3\u10dd\u10d7 \u10db\u10dd\u10d2\u10d5\u10d8\u10d0\u10dc\u10d4\u10d1\u10d8\u10d7"))), console.log("index : " + this.index + " swroir: " + this.sumanswer + " ; araswori: " + this.sumNoanswer)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment