You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repeat UC 7 of Employee Wage Problem to use Objects Helper Function and Arrow Functions to perform following operations a. Calc total Wage b. Show the Day along with Daily Wage using Map helper function c. Show Days when Full time wage of 160 d. Find the first occurrence when Full Time Wage was earned e. Check if Every Element of Full Time Wage is
1. Ability to work JS Classes and Objects 2. Ability to use Array Operations like Filter, Map, Reduce, etc. 3. Ability to JS Patterns 4. Ability to throw Errors
This is a simple web app that will showcase use of objects in a pizza in and make basic calculation base on user choices. https://isaiahke.github.io/pizza-inn/
I always keep looking for the default html colors names, so I made a little code study that presents them all. The rgb value is copied to clipboard upon click. Text color is decided programmatically based on the luminance of the color swatch.
NPM package that provides a wrapper which associates an hapi/joi schema to a class then automatically validates each change made on object properties at runtime