Skip to content

Commit 8907cf8

Browse files
committed
docs: Rebuilt readme with tldw
1 parent 1b82fc9 commit 8907cf8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

readme.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@ yarn add array-to-object-keys@^1.3.5
3636
```
3737
3838
39-
## Try it out
40-
41-
42-
43-
Open a browser's JavaScript console and execute:
44-
45-
```javascript
46-
const scriptElement = document.createElement("script");
47-
scriptElement.setAttribute("type", "text/javascript");
48-
scriptElement.setAttribute("src", "https://cdn.jsdelivr.net/npm/array-to-object-keys@1.3.5/index.js");
49-
document.querySelector("head").appendChild(scriptElement);
50-
```
51-
52-
array-to-object-keys is now stored in the global variable `arrayToObjectKeys`. The following console expression should return something other than `"undefined"`.
53-
54-
```javascript
55-
typeof arrayToObjectKeys.default
56-
```
5739
5840
5941

0 commit comments

Comments
 (0)