Tag: Firefox

  • Build the future of the web with modern JavaScript (Google I/O ’18)

    This presentation gives an overview of cutting-edge JavaScript development techniques to build modern web and Node.js apps. Discover which features to expect in Chrome and Node.js soon, how the V8 engine optimizes for them, and how to improve real-world performance and stability on the Web and in Node.js. Presenters: • Mathias Bynens https://twitter.com/mathias • Sathya…

  • JavaScript for Developers 38 – Understanding the this keyword

    Access the full course here: https://javabrains.io/courses/corejs_jsfordev Learn how to access the ‘self’ reference on the object by using the `this` keyword. Original source Link to this post!

  • Flexbox vs. CSS Grid — Which is Better?

    Flexbox vs. CSS Grid — Which is Better?

    https://i.ytimg.com/vi/hs3piaN4b5I/hqdefault.jpg One of the most commonly asked questions about CSS Grid is “Does CSS Grid replace Flexbox? Is it better than Flexbox? Should I use it instead of Flexbox?” The answer is no — we will use both Grid and Flexbox on most sites, along with flow content, floats, and other CSS for layout. This…

  • JavaScript Tutorial 1 – Getting Started – Hello World

    JavaScript is a language designed to work with webpages. JavaScript was created by Netscape and is not to be confused with the Java Programming Language developed by Sun Microsystems. JavaScript has a syntax similar to the C Language group. JavaScript works on all modern browsers including IE, FireFox, Safari, Opera and others. JavaScripts are put…