interview questions

 difference between api route and web route


what is the use of config

what ithe use of composer


improve database query speed how to improve


test cases in laravel


what use of trait

hoisting in javascript


how many way to create a object


 return content.replace(

        new RegExp(keywords.join("|"), "gi"),

        (match) => {

          return '<span class="highlightText">' + match + "</span>";

        }

      );

No comments:

Post a Comment

Event listening in react

 How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...