Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahriyar-hosen/repetition-element-array
Repetition-Element
https://github.com/shahriyar-hosen/repetition-element-array
javascript js ts typescript
Last synced: 4 days ago
JSON representation
Repetition-Element
- Host: GitHub
- URL: https://github.com/shahriyar-hosen/repetition-element-array
- Owner: Shahriyar-Hosen
- Created: 2023-08-14T09:52:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T09:55:30.000Z (over 1 year ago)
- Last Synced: 2024-04-11T15:24:55.385Z (7 months ago)
- Topics: javascript, js, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repetition-Element
```tsx
Array.from(Array(5).keys()).map((el) => );
```