0 comment
Google Chrome Developer Console For Beginners
At first glance, it looks like common JavaScript-Console, which is only good to display the logs of server response or the values of variables. Google Chrome Console Developer is able to console many things about what you had no idea. I want to talk about it today. Yes, if you are reading now is not on a mobile phone, you can immediately and try it all.
0 comment
Best Web Hosting Platforms for Node.js Apps
With the rise in popularity of JavaScript the web development is rising to new heights. The flexibility that JavaScript gives us with web applications and on the server was a dream to achieve just some year back. Node.js which has became a next big thing for developers is an open source and runtime environment focused on developing networking and server side applications. The Node.js applications are written in JavaScript and can be executed within Node.js environment on platforms like FreeBSD, Windows, Linux, NonStop, OS X etc. Node.js also builds network programs like web servers similar to Python and PHP but the major thing that distinguishes Node.js is that it is a non-blocking language which means that commands runs parallel to each other and they use callbacks as an indication for signal completion.
0 comment
JavaScript Spread operator - ES6
It’s official, the long wait is finally over, as ECMAScript 6 has been approved as a new standard. The anticipation for this approval has been running wild in the community for months, and years for others. While the evolutionary progress of the language was slow at first, the last few years have seen an incredible growth rate. A lot of developers and developer publications out there have started to write more concisely about the ES6 standard, and what kind of changes one can expect. The new standard is known under the names of ECMAScript 2015, ES6, and JavaScript Harmony.