Skip to content

Commit 3c097ed

Browse files
Update README.md
1 parent e36d3ef commit 3c097ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@
6161
| 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) |
6262
| 2703 | Return Length of Arguments Passed | Write a function argumentsLength that returns the count of arguments passed to it. | [Solution](length_of_arguments.js) |
6363
| 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) |
64+
| 2769 | Find the Maximum Achievable Number | Return the maximum possible achievable number. | [Solution](maximum_achievable.js) |

0 commit comments

Comments
 (0)