You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercisefiles/node_typescript/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The requests that the server must attend are the following:
43
43
* Calculate days between two dates
44
44
* receive by query string 2 parameters date1 and date 2, and calculate the days between those two dates.
45
45
46
-
>**_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.js` file. Press enter and waitfor Copilot to suggest you the code.
46
+
>**_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.ts` file. Press enter and waitfor Copilot to suggest you the code.
47
47
48
48
49
49
- **/Validatephonenumber**:
@@ -53,7 +53,7 @@ The requests that the server must attend are the following:
53
53
*if phoneNumber is valid return"valid"
54
54
*if phoneNumber is not valid return"invalid"
55
55
56
-
>**_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.js` file. Press enter and waitfor Copilot to suggest you the code.
56
+
>**_NOTE:_** Use above information inside the Copilot inline feature in the `nodeserver.ts` file. Press enter and waitfor Copilot to suggest you the code.
57
57
58
58
59
59
- **/ValidateSpanishDNI**:
@@ -63,7 +63,7 @@ The requests that the server must attend are the following:
63
63
*if DNI is valid return"valid"
64
64
*if DNI is not valid return"invalid"
65
65
66
-
> NOTE: Use above information inside a comment in the `nodeserver.js` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the firs 10 suggestions from Copilot press ctrl + enter.
66
+
> NOTE: Use above information inside a comment in the `nodeserver.ts` file. In this case, you may want to see multiple solutions from Copilot to pick the one that best fits the way to calculate the letter. In order to see the firs 10 suggestions from Copilot press ctrl + enter.
0 commit comments