+ 1
Can somebody help me understand this code?
https://code.sololearn.com/Wud0Xx170Mq8/?ref=app I want to understand it. I know basic js, but I think understanding this code will help me understand js better. None of it was explained in w3schools.
8 Answers
+ 7
@Daniel Cooper , its a very nice code of syntax highlighting, seeing it I now realize that I used it a lot when practicing on w3schools, nice.
btw even if we write a detailed description of it it ll be use useless,
my advice is go though the
main w3CodeColor() function and ask which part you are stuck.
in the heart of it is the extract constructor function, whose job is to extract strings as an object and apply styles then in the end merge them together.
I would suggest to study first only the htmlMode function, then you can easily figure out cssMode and jsMode.
heres a stripped version of it with 100 lines
https://code.sololearn.com/WGL5fptnleVz/?ref=app
+ 6
That's 326 lines of code you want us to explain?!
Are you alright?
+ 3
https://code.sololearn.com/WA88031Si45m/?ref=app
This code has 9 lines of js codes, I can explain. đ
+ 2
Jay Matthews Lol. I found this on w3schools. If you can find a better way to do this, than please tell me xD
+ 2
I thought about it CalviŐ˛
But since this code was written, I just assumed it was the simplest way. I'm new to coding so I assumed. Remind me not to do that xD
I mean, why post such a complex code when it could easily be simplified? Lol
Lol. Regardless, I'll try using regexp.
+ 1
I didn't really expect anyone to do it. This was just posted in case someone had some time xD
And no I'm not alright
My brain has been damaged by the Oklahoma heat :(
+ 1
Use regex could simplify it.