Wondering how to make your code more 👓 readable? It comes down to declarative v. imperative programming. Watch the whole workshop ➡️
#shorts #javascript #javascripttutorial #softwareengineer #learntocode #programming
Declarative programming essentially Means a lot more readable Imperative programming is a lot more Step by step uh I'm going to write a for Loop that's going to iterate over an Array that's going to do you know go Through all the way all uh through each Element in the array until I hit X and Then I'm going to push those I'm going To take those elements and put them into A function and then the results of that Function I'm going to push to an array And then I'm going to return that array Or that's imperative code or I can say Array.map which does the same thing That's the declarative version of all That same stuff