This project explores the principles of Functional Programming. It implements a spreadsheet application using JavaScript, where code is organized into smaller functions that are combined to build complex programs.
- Parsing and evaluating mathematical expressions
- Implementing spreadsheet functions
- Handling cell references
- Creating interactive web interfaces with dynamic updates based on user input
- map() : method for array manipulation
- find() : method for searching arrays
- parseInt() : for converting strings to integers
- includes() : method for checking array inclusion