ACAakash Chahalinaakashchahal.hashnode.dev·Jun 2, 2021 · 4 min readSome Important Math Methods in JavaScriptHello Everyone, I have tried to list down some of the most used Math methods in JavaScript, also remember this doesn't mean that you will only be using these methods, there are many methods in the Math Object and you may need to use some methods tha...00
ACAakash Chahalinaakashchahal.hashnode.dev·Apr 19, 2021 · 14 min readBasic JavaScript CalculatorHi Everyone, hope you all are doing well. In this article, we are going to make a simple basic calculator using JavaScript. Our calculator will perform the basic mathematical operations: addition, subtraction, multiplication and division. To better u...00
ACAakash Chahalinaakashchahal.hashnode.dev·Apr 2, 2021 · 6 min readRock, Paper and Scissors Game in PythonHello Everyone!!, How are you all doing? Today we will be creating a game called "Rock Paper Scissors" using Python. In this article, I will be showing you how can we create a "Rock Paper Scissors" game using Python (again this is not a GUI game, we ...02RM
ACAakash Chahalinaakashchahal.hashnode.dev·Apr 1, 2021 · 7 min readBasic Calculator in PythonHey everyone, I hope you all are doing great today. So, without wasting any time let's start with today's article where I will show you how you can create a basic calculator using Python language. Today I won't be taking any extra time as I did in my...00
ACAakash Chahalinaakashchahal.hashnode.dev·Mar 29, 2021 · 9 min readPassword Generator Using PythonHi, hope you all are doing well. In this article, I will be showing how can we make our own password generator using Python. In my previous article, I've gone through how Python works under the hood, if you haven't read that and want to read it you c...00