Skip to content

Commit 1a64888

Browse files
committed
New: sanitize run run function.
1 parent 1242e9a commit 1a64888

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

basic/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let address = null // null
2424
types = typeof fullName
2525
console.log(types)
2626

27-
// Referance types
27+
// Reference types
2828
// object, array, function
2929

3030
// object

basic/string.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ function sanitize(input, list) {
4242
}
4343
return input
4444
}
45+
46+
let san = sanitize();
47+
console.log(san);

0 commit comments

Comments
 (0)