If you have already worked with SVGs or you are new to it, this article is for you. I am sharing a few important concepts which will help you debug and create SVGs.
Setting CSS Styles with JavaScript
It is common to set styles in Javascript. Four years of working with HTML, CSS and Javascript there were plenty of times I had to style elements with Javascript. Here are some uses-cases and ways to style elements in Javascript. I will also be describing one common use case at the end of this article.