@madhankumar028
JavaScript developer | Scotch Author | Keyboard guy
Nothing here yet.
Nothing here yet.
No blogs yet.
I personally feel that both Front-end and backend have more stuffs to learn individually. As a front end developer, I can get into the backend source code and do some minor changes for me without depending on backend devs. This doesn't mean I am a fu...
I want to store the x, y coordinates of a click on the image. I want to implement this in my angular4 app. The issue is when I resize the screen on the responsive site, the displayed clicks are now all off. I'm coming up empty on my searches but is t...
I am using ionic 2 CLI and I have generated a new project using their CLI. Inside the WWW folder two files are generated which really confused me. Files are manifest.json for web app install and serviceworker.js. From here I got a doubt, with the ion...
I have used both. But still I couldn't understand clearly. I have read many blogs about that , what I have understood is we can use the constructor function by using new keyword (creating instance). While in the Object literal case we don't need that...