-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add examples and use-cases to the JS overview #4933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples and use-cases to the JS overview #4933
Conversation
6a3dc35
to
f92471f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this content! I've reviewed it and made some adjustments in style and format. Can you please check the new version?
30ec44c
to
ae5c95d
Compare
# Conflicts: # docs/topics/js/js-overview.md
a220e0b
to
325e476
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice update! 🚀 I left a couple of comments, please let me know what you think
|
||
Kotlin/JS provides the ability to transpile your Kotlin code, the Kotlin standard library, and any compatible dependencies | ||
to JavaScript. The current implementation of Kotlin/JS targets [ES5](https://www.ecma-international.org/ecma-262/5.1/). | ||
Kotlin/JavaScript (Kotlin/JS) lets you transpile your Kotlin code, the Kotlin standard library, and any compatible dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kotlin/JavaScript (Kotlin/JS) lets you transpile your Kotlin code, the Kotlin standard library, and any compatible dependencies | |
Kotlin/JavaScript (Kotlin/JS) lets you compile your Kotlin code, the Kotlin standard library, and any compatible dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While transpile is a correct term; for some reason, we only use it for JS. Is there a reason for that? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll check with SME if we want to refer to the same thing here to safely modify it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the updates — I added a couple of additional suggestions, otherwise LGTM! 🚀
0845d65
to
41cf519
Compare
No description provided.