Swagat Konchada

Results 4 issues of Swagat Konchada

Please complete the information below: # Where is the problem? Code examples. - - - eg "The section describing how widgets work" - - - # What is the problem?...

good first issue
site-enhancement
guides-enhancement

``` var observerNew = new MutationSummary({ queries: [ { element: 'input[type=password]' } ], callback: function(mutations) { console.log('inside the callback'); }, }); ``` This is the code i have been using....