Nakul Goel01nakulgoel.hashnode.net·Nov 27, 2022Can you solve these 3 puzzles in under 5 minutes? Let's have funlet's do some fun activities as I am bored and so you are, so let's refresh our minds. you will not find any solution for this puzzle in this blog, you need to answer on your own:- some rules:- Don't go over the internet and find the answer. use you...Discuss·10 likes·44 readspuzzle
Lucylilkittykat.hashnode.net·Feb 4, 2023February JS Challenge 1: Answers!Warning! Please don't read this if you haven't done the challenge yet, or wish to only find out how it was done! Solution So let's take a look at our text to decipher: 54686973007761730061007265616c6c7900746f756768006368616c6c656e676500666f72006d652...Discuss·4 likes·60 readsJavaScript
Ionuț HodinăforhDeveloperhodina.hashnode.net·Jan 1, 2023Given 2 big numbers, what is the modulus?Intro I received this puzzle in one of my interview coding assignments, and I particularly enjoyed it. Even if the statement sounded quite hard at the beginning, it turned out to have a simple approach. Below is my rough solution. The puzzle Indeed, ...Discuss·3 likes·48 readsPuzzlespuzzle
Vedamruta Udavantforvedamrutacodes.hashnode.net·Apr 24, 2023JavaScript Sorting Made Easy: `sort()` method"Ahh, finally Life is sorted !!" says people. What does that mean? I don't get it. However, I have learned Array.prototype.sort() aka sort(). Come on, let's sort this out ;) sort() is a higher-order function in JavaScript that implements sorting of e...Discuss·1 likeJavaScript
LucyforKitty's DevBlog!lilkittykat.hashnode.net·Feb 16, 2023Lucky numbers in JS!What is a lucky number? So we are going to create some code which I used as a challenge to the members of a Discord server I'm in. The challenge had the following criteria: A lucky number is defined as any number that has a '6' or an '8' in it. A nu...Discuss·2 likes·260 readsJavaScript
LucyforKitty's DevBlog!lilkittykat.hashnode.net·Feb 4, 2023February JS Challenge 1: Answers!Warning! Please don't read this if you haven't done the challenge yet, or wish to only find out how it was done! Solution So let's take a look at our text to decipher: 54686973007761730061007265616c6c7900746f756768006368616c6c656e676500666f72006d652...Discuss·4 likes·60 readsJavaScript
LucyforKitty's DevBlog!lilkittykat.hashnode.net·Feb 3, 2023February JS Challenge 1!Hey and Happy February everyone! I'm in a Discord of like-minded enjoyers of coding, called StackUp. I've recently started challenging the community there to JS challenges and wanted to spread this here in case it interests the wider public! This wee...Discuss·1 like·29 readsJavaScript
Ionuț HodinăforhDeveloperhodina.hashnode.net·Jan 1, 2023Given 2 big numbers, what is the modulus?Intro I received this puzzle in one of my interview coding assignments, and I particularly enjoyed it. Even if the statement sounded quite hard at the beginning, it turned out to have a simple approach. Below is my rough solution. The puzzle Indeed, ...Discuss·3 likes·48 readsPuzzlespuzzle
Praveen AgrawalforAlphaCoder Academy Blogsalphacoderacademy.hashnode.net·Dec 5, 2022King Octopus 🐙 and 4 Servants | PuzzleToday we'll learn How to solve the King octopus puzzle Question King Octopus has 4 servants with six, seven, or eight legs. The servants with seven legs always lie, but the servants with either six or eight legs always say the truth. One day, 4 serva...Discuss·52 readsPuzzlespuzzle
Nakul GoelforNakul Goel's blog01nakulgoel.hashnode.net·Nov 27, 2022Can you solve these 3 puzzles in under 5 minutes? Let's have funlet's do some fun activities as I am bored and so you are, so let's refresh our minds. you will not find any solution for this puzzle in this blog, you need to answer on your own:- some rules:- Don't go over the internet and find the answer. use you...Discuss·10 likes·44 readspuzzle
Dmitry RonzhinforDmitry Ronzhinronzhin.hashnode.net·Nov 8, 2022Under wiseman's hatAbout half a year after I started my master's study in a new city (thus it was in 2015), I began attending special meetings that are called «career day», which were held in my university several times a year. These events were created as a platform f...Discuss·2 likes·113 readslogic
Katharina Sickforksick.devksick.hashnode.net·Dec 24, 2020Fun with PietRecently, I discovered an interesting esoteric programming language: Piet. Programs written in this language look like abstract paintings and commands are defined by the color changes in the picture/program. That’s what gives you a lot of freedom to ...Discussesoteric programming language