© 2023 Hashnode
#coding-challenge
Program to Reverse a String Input: str="Navnath" Original String is: "Navnath" Output: revstr="htanvaN" Reverse String is: "htanvaN" Solution: Language Used: Java Approach 1: String Concatination im…
I have not shared further project development due to being busy with a load of assignments in preparation for my Java exam. My focus was 100% in readings, project assignments, and making sure I was re…
In this tutorial, we'll build a Random Quote Generator frontend project from FrontendPro.dev using HTML, CSS, and JavaScript. If you're looking to practice your frontend development skills, building a…
Hello, Welcome to the 8th Episode of Weekly Dev Journal. Here you will get some useful resource links, articles, and my learnings in the programming world. Learnings: The previous week was just me fin…
6 Effective debugging techniques for JavaScript applications Coding: everyone can do or claims to do like me. 😂 But debugging is an essential skill for any developer. It involves the process of ide…
Hello, Welcome to the 7th Episode of Weekly Dev Journal. Here you will get some useful resource links, articles, and my learnings in the programming world. Learnings: The previous week was of many ups…
Intuition if the rabbits are in the same color AND in the answers array, they should answer the same value otherwise they are inconsistent with each other. if the rabbits are in different colors, the answers could be the same or not. if t…
Use this method:- <audio src="Pest URL"></audio> <!-- 2nd method --> <audio> <sourc src="PEST URL"> </audio> Use the attributes:- src="" Controls. Autoplay. Muted. <!DOCTYPE html> <html l…
well... my brain's hurting and I don't even know where to begin this and don't remember how many times I tried coding every day and gave up after a couple of days. So, this time I am taking up this ch…
Introduction Coding challenges are essential to programming, as they help developers improve their problem-solving skills, logic, and creativity. Participating in coding challenges is a great way to i…