💫
Work Hard Every Day
Pinned Loading
-
-
-
-
De-structuring explained
De-structuring explained 1// Lets say we have a bank. Inside of the bank we have money!
2// But in order for the robbers to get to the money they have to go through the entire bank object.
34const bank = {
5"safe" : {
-
-
Simple Calculator Class
Simple Calculator Class 1// Creates a Class called "Calc"
2class Calculate{
34// This contructor tells us what we can input into the "Calc" class
5constructor(n1,n2){
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.