Published onJune 15, 2021 ☕️ 3 min readCallback Functions In JavaScriptjavascriptIn computer programming, a callback, also known as a “call-after” function, is any executable code that is passed as an argument to other code
Published onJune 13, 2021 ☕️ 1 min readArray Type InferenceTypeScriptTypeScript can infer variable types from initial values and return statements. Even still, we may not know exactly what type inference to expect when dealing with arrays