We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2989b74 commit 1dfc90dCopy full SHA for 1dfc90d
src/01-number.problem.ts
@@ -1,6 +1,6 @@
1
import { expect, it } from "vitest";
2
3
-export const addTwoNumbers = (a, b) => {
+export const addTwoNumbers = (a: number, b: number) => {
4
return a + b;
5
};
6
0 commit comments