+ 1
What is programming language library
programming
2 odpowiedzi
+ 1
Its a set of pre coded methods and modules to your use. Example setInterval is used for timers, the library contains the code that made that timer, you can just call it and use it. e.g. make an alert pop up after 3 seconds...
+ 1
thanks