Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya committed Jun 10, 2024
1 parent 6a1d468 commit d229cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h5 id="content_loading" class="text-center" sg-css="initialized ? 'loading-hide
</div>
<div class="row">
<div class="col pe-0">
<div class="form-check form-switch" title="Не люблю Typescript из-за типизации, которая превратилась в бюрократию увеличивающую код. Предпочитаю ES.Next">
<div class="form-check form-switch" title="Не люблю Typescript из-за типизации, которая превратилась в бюрократию увеличивающую код, а также необходимость каждый раз компилировать код. Предпочитаю ES.Next (ES13+), который сразу работает в любом современном движке и не обременён таким огромным количеством синтаксического сахара по сравнению с Typescript!">
<input class="form-check-input" id="typescript" type="checkbox" sg-property="typescript">
<label class="form-check-label" for="typescript"><span sg-attributes="{ title: getLevelFor('typescript') }">Typescript</span> <sup sg-property="typescript_koef" sg-format="formatDiscount" sg-css="cssDangerOrSuccess"></sup></label>
</div>
Expand Down

0 comments on commit d229cf4

Please sign in to comment.