© 2023 Hashnode
#100daysofcode
What we'll cover Understanding variable types and their declaration Exploring dynamic typing in JavaScript Types & Variables Almost everything in JavaScript is an Object. The object is a collecti…
Calling all JavaScript enthusiasts! Ready to level up? Join us in this ultimate JavaScript guide where we'll cover essential topics like types, variables, objects, functions, operators, expressions, s…
So in this challenge, I Build a product section using basic HTML elements: Here is a code snippet, well it is pretty simple actually:- So do you figure out, how it is done, here is codepen for you:- …
Todays Task - Solve 1 box on HTB HackTheBox Introduction Windows is the most predominant operating system in today's world because of its easy-to-use GUI accessibility. About 85% of the market share…
Topic: Arrays & Searching Questions Successfully Completed: 1 1) Minimum element in a sorted and rotated arrayEasy Minimum element in a sorted and rotated array Time Complexity : O(logn) Space Comple…
What is WebAssembly? It is a low-level binary web format compiled from other languages to offer maximized performance and augment JS. Advantages and use cases of WebAssembly Reliable and better perf…
Today Tasks - Solve 1 box on HackTheBox Python data structures HackTheBox I choose a very easy box called "Reedemer". It has 11 Tasks which are related to recon, database, guest access, Redis. Th…
Let's go through the basics of Python Variables: They are containers in which they store some type of value like string, integer, boolean, etc. #In python we declare variable like this phone = "charg…
Conditional expressions in JavaScript Sometimes we might have to execute a block of code based off some condition. For example, a prompt might ask for the age of a user and if it's greater than 18, di…
Today's Lesson So for Day 18, I'm going to split this up between 2 days since she has 5 challenges in this section as well as a project. Today I'm just going to work on the challenges and tomorrow I'l…