ARAnushka rangariinanushka9dev.hashnode.dev·Feb 10, 2024 · 5 min readAge CalculatorThe challenge The challenge is part of frontend challenge where you have to build out a age calculator app and get it looking as close to the design as possible. Users should be able to: View an age in years, months, and days after submitting a vali...00
ARAnushka rangariinanushka9dev.hashnode.dev·Feb 9, 2024 · 2 min readHashMap in JavaScriptwhat is HashMap ? HashMap is a data Structure that can store data in key value pairs/ HashMap remembers the original insertion order of keys . HashMap has a property that represents the size of the map. Map Methods MethodDescription new M...00
ARAnushka rangariinanushka9dev.hashnode.dev·Jan 29, 2024 · 1 min readResponsive Tip CalculatorThe challenge The challenge is to build out a tip calculator app and get it looking as close to the design as possible. Users should be able to: Calculate the correct tip and total cost of the bill per person View the optimal layout for the app dep...00