This is the repo for all funcitonal programmming related to JavaScript.
Most app are list of data presented in meaningfull way
- You need to know 20% of JavaScript to code 80% of any app. *
Record is a better description of word object literals.
const meal = { description: 'Breakfast' calories: 180 date: new Date(2021,0,1) }
const meal = [ { description: "Breakfast", calories: 100, }, { description: "Lunch", calories: 200, }, ];
#functions
allows you to reuse code and transform values
function(){}
if{} else{}
? :
Data that never changes