office-scripts-docs
office-scripts-docs copied to clipboard
Office Scripts Documentation
Results
11
office-scripts-docs issues
Sort by
recently updated
recently updated
newest added
I was trying to test using a `console.log` statement with `Array.prototype.reduce()` and received an error. You can see the code below: ```typescript let arr = [1,5,4,2,3]; let firstVal = arr.reduce((prev,curr)=>{...
Needs: attention :wave:
Type: doc request