Harsh Singh

Results 3 issues of Harsh Singh

Add any type of program/algorithm in different languages. Please follow the contributing guidelines before making a PR.

help wanted
good first issue
beginner
hacktoberfest

``` In Index.js Toastify({ text: "This is a toast", duration: 3000, gravity: topbottomValue, position: leftrightValue, className: "info", }).showToast(); In index.css .info{ background-color: red; }