1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge branch 'copilot-ga-megabranch' into getting-started-articles

This commit is contained in:
Jules Parker
2022-06-10 09:51:00 +02:00
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
1. In the JavaScript file, type the following function header.
```
```javascript{:copy}
function calculateDaysBetweenDates(begin, end) {
```