my blogs

  1. How is React different from vanilla JS

    11 DECEMBER 2020

    VanillaJS is a name to refer to using plain JavaScript without any additional libraries. All major web browsers have a built-in JavaScript engine that executes the code on the user's device. It is the language to communicate with the browsers directly.

    Read more
  2. Deep copy vs Shallow Copy

    3 DECEMBER 2020

    Shallow copy and deep copy are used to copy objects in javascript.

    Read more
  3. How I created a translator web app using HTML,CSS and JAVASCRIPT

    2 DECEMBER 2020

    There are three things that are needed for an application-input,processing and output.For processing in this app means translation.We will be using an funtranslation api which returns translated content.

    Read more