Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 730 Bytes

File metadata and controls

20 lines (16 loc) · 730 Bytes

JavaScript SpreadSheet

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.

Key Features

  • Parsing and evaluating mathematical expressions
  • Implementing spreadsheet functions
  • Handling cell references
  • Creating interactive web interfaces with dynamic updates based on user input

Concepts Covered

  • map() : method for array manipulation
  • find() : method for searching arrays
  • parseInt() : for converting strings to integers
  • includes() : method for checking array inclusion

Live Link

Visit Website