1. Extract Last Sales Figure
Data AnalystBackground
A data analyst has a JSON array of daily sales figures and needs to find the latest value for reporting.
Problem
Manually counting array indices is inefficient and prone to errors with large datasets.
How to use
Enter the sales array, such as [1500, 2000, 1800, 2200], into the input field.
Outcome
The tool returns 2200, the last element, ready for use in dashboards or reports.