Slashdot Mirror


User: DuarteGouveia

DuarteGouveia's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:JavaScript on Best Introduction To Programming For Bright 11-14-Year-Olds? · · Score: 1

    I believe Javascript is the best option for teens learning to code.

    Javascript uses plain text and only needs a browser to work.
    It integrates with html which gives an immediate notion of being usefull.
    It has all the necessary types, data sctructures, code structures.
    Javascript has functions and objects.
    It has flexibility.
    It has huge support on the Internet.
    It allows coders to rapidly move to Ajax and learning how to implement interactive sites.

    The main problem with Javscript is that it is difficult to debug.