diff --git a/README.md b/README.md index 9ea5671..0ebc105 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,15 @@ function sum(x, y) { }; } } -``` - -Output -```js console.log(sum(2,3)); // Outputs 5 console.log(sum(2)(3)); // Outputs 5 ``` +**⚝ [Try this example on CodeSandbox](https://codesandbox.io/s/js-cp-1-ypmjhl?file=/src/index.js)** +
## Q. ***How to validate file size and extension before upload?*** @@ -36,71 +34,43 @@ console.log(sum(2)(3)); // Outputs 5 ```html - - -