PPrashantinprashantt.hashnode.dev·Jan 1, 2023 · 2 min readWhat is Modern Mode/ Strict Mode in JSSo what is this “use Strict” mode as the name suggests it enables the strict mode when we write JS code. Before 2009, there were some bugs in JavaScript to solve these bugs JavaScript team come up with the "use Strict" mode in 2009 with an ES5 update...00
PPrashantinprashantt.hashnode.dev·Jul 27, 2022 · 2 min readReact Hook: useState simplifiedIntro to React hooks React hooks are just JavaScript functions by React. and it starts with the use keyword. Hooks are only used in function components and we have to use them inside the function component. Always use hooks at the top level of your ...00
PPrashantinprashantt.hashnode.dev·Aug 13, 2021 · 2 min readHow to install Blender on Linux (Ubuntu)Introduction In this article, we will learn how to install blender 3D on Ubuntu. Using terminal and Ubuntu software store. Blender is an open-source software for creating graphics, animations. Also for creating 2D and 3D objects on the web browser. I...00