0xbrivan
0xbrivan
In this code (link: https://github.com/quii/learn-go-with-tests/blob/main/arrays-and-slices.md#write-enough-code-to-make-it-pass-4): ``` func SumAllTails(numbersToSum ...[]int) []int { var sums []int for _, numbers := range numbersToSum { if len(numbers) == 0 { sums = append(sums, 0)...
**The section must take the full height of the screen**(100vh)  ``` Put the sponsors information in a `data.js` file ```
feat(`cheatcodes`): assert execution revert trace of a function call within `try {} catch` context
### Component Forge, Other (please describe) ### Describe the feature you would like With the introduction of `try{}catch` blocks in Solidity, nested calls that might revert can be handled gracefully...