Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 566 Bytes

Code Examples

This repo is to showcase some coding examples over different types of programming paradigms.

Declarative Examples

Declarative programming is a method to abstract away the control flow for logic required for software to perform an action, and instead involves stating what the task or desired outcome is.

JavaScript Closures w/ React