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

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...