JavaScript Alternative? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

5th Aug 2018, 10:25 AM
Byron Cross
2 Answers
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.
5th Aug 2018, 10:31 AM
Janning⭐
Janning⭐ - avatar
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
5th Aug 2018, 11:13 AM
ReimarPB
ReimarPB - avatar