Build a Discord Bot with Chat GPT 3 in Node.js

Build discord bot with chat gpt 3 in nodejs

Hello everybody, today we’re going to build a Discord BOT. In which we will integrate our Chat GPT 3. And we’re going to build this on Node.js platform but fundamentals are same, so you can apply it anywhere. What you will learn in this article: Although whatever I am gonna show you in this article … Read more

Linked List Data Structure with Implementation(JavaScript)

Linked List in Javascript

Hi coders, In this article we’re going to see what Linked List is and how it works. And we’ll also see a basic implementation of it in JavaScript. Although logic is same, so you can apply it anywhere. As i already mentioned it in title that Linked List is a Data Structure but unlike an … Read more