Eval: run a code string by yinkar · Pull Request #305 · javascript-tutorial/tr.javascript.info
Navigation Menu
{{ message }}
javascript-tutorial / tr.javascript.info Public
- Notifications You must be signed in to change notification settings
- Fork 117
Merged
sahinyanlik merged 2 commits intojavascript-tutorial:masterfrom
Nov 12, 2022Merged
sahinyanlik merged 2 commits intojavascript-tutorial:masterfrom
sahinyanlik merged 2 commits intojavascript-tutorial:masterfrom
Conversation
javascript-translate-bot
added
the
review needed
label
javascript-translate-bot
requested a review
from a team
javascript-translate-bot
mentioned this pull request
Copy link
yinkar
force-pushed
the
master
branch
from
0f8e27d to
6e0e50a
Compare
sahinyanlik reviewed Oct 31, 2022
1-js/99-js-misc/02-eval/1-eval-calculator/task.md
Outdated
Show resolved
Hide resolved
1-js/99-js-misc/02-eval/1-eval-calculator/task.md Outdated Show resolved Hide resolved
yinkar
requested a review
from sahinyanlik
sahinyanlik reviewed Nov 12, 2022
| Nedeni oldukça basit: uzun, çok uzun zaman önce JavaScript, çoğu şeyin yalnızca `eval` ile yapılabildiği, oldukça zayıf bir dildi. Fakat bu artık on yıl kadar öncede kaldı. | ||
|
|
||
| Right now, there's almost no reason to use `eval`. If someone is using it, there's a good chance they can replace it with a modern language construct or a [JavaScript Module](info:modules). | ||
| Şu an `eval` kullanmak için neredeyse hiçbir neden bulunmuyor. Eğer birisi kullanıyorsa bunu modern bri dil yapısıyla veya bir [JavaScript Modülü](info:modules) ile değiştirmek için iyi bir fırsatı var. |
Copy link
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
modern bir* dil
sahinyanlik
merged commit
2c0fb47
into
javascript-tutorial:master
Copy link
javascript-translate-bot
commented
Nov 12, 2022
javascript-translate-bot commented
Nov 12, 2022Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment