JS

What is Vue.js?

Vue is one of the progressive framework for building user interfaces. Unlike other monolithic frameworks in competition, Vue.js is crafted from scratch to be [...]

Best practices for standard JavaScript coding

Use 2 spaces for indentation. function hello (name) {   console.log('hi', name) } Use single quotes for strings except to avoid [...]