In this article I will explain “Why should you test react.js components”, “How can you do testing” and “What are the problems you might come…
Practical thinking on software engineering.
In this article I will explain “Why should you test react.js components”, “How can you do testing” and “What are the problems you might come…
How often have you done this in you code? Instead of this? While it might be used to accomplish the same result, the code above…
Hi all, today is another javascript experiment where I use Array’s iteration methods forEach and map to look how call function is implemented and how…
^ This article is dedicated to regular expressions in python based on javascript knowledge. This is the follow up to the article “Javascript to Python…
Yesterday I came across two interesting JavaScript behaviors. They gave me different results based on the browser. The first one was only reproducible in Internet…
Experiment, test, analyze. Experiment again, test again, analyze again. This is the process of learning the environment, the language and the tools I work with.…
Summary : Do you still believe that there are only public, private and privileged members in JavaScript objects? With JavaScript, you never can be sure.…
“Do not trust defaults” # Prefix Recently I had an opportunity to deal with focus behavior in browsers, with tabindex attribute and other focus related…
“Everything old is new again” Info: I’ve posted this javascript quiz almost two years ago. Unfortunately I’ve got some problems with host and this quiz…
Conditional ie comments in react.js
Published by Maks Nemisj on May 7, 2015Sometimes easy things appear to be more complicated, than initially thought. For example conditional IE comments in HTML, which I had to add today to…