You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
255 B
17 lines
255 B
3 months ago
|
# tld
|
||
|
|
||
|
```js
|
||
|
// usage
|
||
|
chance.tld()
|
||
|
```
|
||
|
|
||
|
Return a random tld ([Top Level Domain][tld]) from the set:
|
||
|
|
||
|
```js
|
||
|
['com', 'org', 'edu', 'gov', 'uk', 'net', 'io']
|
||
|
```
|
||
|
|
||
|
Note, these do not start with a period.
|
||
|
|
||
|
[tld]: https://en.wikipedia.org/wiki/Top-level_domain
|