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: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,4 @@
60
60
| 2413 | Smallest Even Multiple | Given a positive integer n, return the smallest positive integer that is a multiple of both 2 and n. | [Solution](smallest_even_multiple.js)
61
61
| 2469 | Convert the Temperature | You should convert Celsius into Kelvin and Fahrenheit and return it as an array ans = [kelvin, fahrenheit]. |[Solution](convert_temperature.js)|
62
62
| 2703 | Return Length of Arguments Passed | Write a function argumentsLength that returns the count of arguments passed to it. |[Solution](length_of_arguments.js)|
63
+
| 2723 | Add Two Promises | Given two promises, return a new promise. The returned promise should resolve with the sum of the two numbers. |[Solution](add_two_promises.js)|
0 commit comments