Skip to content
GodlyDevGuide

GodlyDevGuide

  • Home
  • React.js
  • Free Programming Courses
  • Privacy Policy
  • About

Javascript

TypeError: Promise.then is not a function in JavaScript

August 25, 2023 by navinrangar
TypeError: Promise.then is not a function in JavaScript

Fixing “TypeError: Promise.then is not a function” error in JavaScript

Categories Javascript Tags Javascript Leave a comment

How to make a Digital Clock using React ?

May 15, 2023 by Praveen Rangar
Copy of make digital clock using react

Making a Digital Clock using react will help us learn some Javascript methods, like setInterval() and useState().

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

What is the difference between js and jsx ?

June 23, 2023May 13, 2023 by Praveen Rangar
what is the difference between js and jsx blog

JS and JSX are both different things. Where JS is a language and JSX is a syntax extension of js that makes it easier to write and read code.

Categories Javascript Tags Javascript Leave a comment

How to Set Up a React App with Vite

May 14, 2023May 2, 2023 by Praveen Rangar
How to setup a react app using vite ?

Vite is a fast build tool that leverages modern browser capabilities, to provide a quick and efficient development experience.

Categories React.js, vite Tags Javascript 1 Comment

How to remove focus from select in react(Javascript)

May 15, 2023April 22, 2023 by Praveen Rangar
How to reamove focus from a select in React

To remove focus from the select, we need to use the combination of “document.getElementById()” and blur() methods.

Categories Javascript Tags Javascript, React.js Leave a comment

How to find highest and lowest number in array Javascript

April 17, 2023 by Praveen Rangar

Javascript provide us inbuilt methodsto find the highest and lowest number in an array but in this article we will see how they method actually works.

Categories Javascript Tags Javascript Leave a comment

Diagonal Sum of a matrix in Javascript

April 15, 2023 by Praveen Rangar
diagonal in a square

Learn how to calculate the diagonal sum of a matrix in JavaScript. Use a loop to iterate through the elements along each diagonal line.

Categories Javascript Tags Javascript Leave a comment

Make simple To-do app using React

May 2, 2023April 13, 2023 by Praveen Rangar
todo-app picture

Create and manage tasks with ease using a simple todo app. Stay organized and boost productivity with our easy-to-use interface.

Categories Javascript, React.js, tailwind Tags Javascript, React.js Leave a comment

Make Tic-Tac-Toe game using react javascript

May 2, 2023April 11, 2023 by Praveen Rangar

Tic-Tac-Toe is a two player game where the player who secures 3 places diagonally, vertically or horizontally, wins the game.

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

Make Snake game using react.js (javascript)

May 2, 2023April 7, 2023 by Praveen Rangar

In this tutorial we created a snake game using react.js, and we used several methods such as slice(), useEffect(), setInterval(), and clearInterval().

Categories Javascript, React.js Tags Javascript, React.js Leave a comment
Older posts
Page1 Page2 Next →

Recent Posts

  • TypeError: Promise.then is not a function in JavaScript
  • Type ‘Number’ not assignable to type ‘String’ error in TypeScript
  • React refers to UMD global, but the current file is a module
  • Objects are not valid as a React child / Functions are not valid as a React child
  • Too many re-renders. React limits the number of renders to prevent an infinite loop error

Popular Posts

© 2025 GodlyDevGuide • Built with GeneratePress