Comment on Ask HN: Which technology\language you find most difficult to learn?parentComments−geon14yHave you tried jQuery? The API:s to interact with the browser really sucks, but the core language isn't too bad IMHO.If you abstract away the browser differences in event handling and DOM, it's pretty straight forward to build GUI:s.
Comments
Have you tried jQuery? The API:s to interact with the browser really sucks, but the core language isn't too bad IMHO.
If you abstract away the browser differences in event handling and DOM, it's pretty straight forward to build GUI:s.