0
JavaScript Alternative?
Hi everyone! Is there another language I can learn other than JavaScript. I’m really struggling to learn it and understand it and I’m no where close to using it to help with webpages. I just wanted to know if there was an alternative that can help with the functionality of a webpage? Will Python help? Thanks everyone!
2 ответов
0
There's always Web Assembly... but if you ever want to do web work for not-yourself, you will want to tough it out with JavaScript.
If you've tried a few different pedagogical approaches to JavaScript already, then try jQuery. It helped simplify things for me.
0
You can try Kotlin JS. First, take the Kotlin course, then go to https://kotlinlang.org/docs/reference/js-overview.html
It allows you to use Kotlin to make websites because it automatically converts the code to JS