Thursday, March 1, 2018

Why java script needs to be studied


Before learning any new technology we should ask why we need to learn and should check what is the power for that language(technology) in current software industry. However, lot of things we can consider here.

In nutshell, I mentioned some important points below,

       1. Is javascript open source ?

                  Yes. Its open source and very easy to configure. A lot of other famous framework like Angular , React all are written on top of java script. 


        2. How much flexible it is ?

                  Its very much flexible. It is an interpreted language. You can just pause your debug at any point of particular line and modify value based on your need. Then continue your debug again. Chrome developer tools and Fire bug can give wonderful support for this. 

        3.Is it widely used ?

                  Yes. Node js , react, angular etc., are using it. Server side node js is the best option. For SPA application development we can consider angular , react or any other. 

         4. Browser compatibility

                   It supporting all types of browser for client side stuff activities. So we can prefer it no need to worry about browser comparability issues.

         5. Developer Community

                    Very good developer community around our internet world and any questions can be clarified by theoretical or sample code. Other than that, jsfiddle, jsbin and lot of other sites given a nice way to implement our stuff. However these things can do in developer tools too.

          6. Rapidly evolving

                     Currently its giving ES6, a nice and better coding experience like arrow function, scope level etc.,

          7. Performance

                     Performance wise its really good and handling asynchronous also good. Node js is the best example for that. Lot of big companies are migrating their most project to with angular or react etc.,

Conclusion

                   Finally, As its a modern language whatever a developer thinking, which can easily achieve by javascript. 







               

No comments:

Post a Comment