Playing with Arrays - part II filter function Posted on June 16, 2017 The filter function lets you quickly filter data from an array without using a forEach or for loop. [Read More]
Playing with Arrays - part I map function Posted on June 12, 2017 The map function might take you to the next level. Is pretty easy to use and works with Async code. [Read More]
Queryselector() in functions passing parameters to queryselector() Posted on March 31, 2017 If you have to access an html element which has got additional attributes use queryselector, that’s the thing now! [Read More]
Dev Tools Trick check it out! Posted on March 30, 2017 Do you sometimes wonder how would a website or app look if you’d change the text or romove an element without updating HTML and reloading? [Read More]
Working with arrays in Javascript basic methods - argh!! Posted on March 28, 2017 Recently I’ve been working on a project where a customer asked to sort user inputs by various rules and be able to insert future forms at the beginning of the form. [Read More]