Ketan Ghori
Results
12
comments of
Ketan Ghori
@Darshan-upadhyay1110, I’d like to clarify our preferred approach for handling null checks on DOM elements. Here’s a specific example from the codebase. Originally, using jQuery, we had: `$('#license-content').html(textMsg.substring('license: '.length));` With...
Hi, I’ve started working on this and noticed there are quite a few changes involved. What would be the preferred approach for the PR? Should I create a single PR...