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.
16 lines
308 B
16 lines
308 B
# tld
|
|
|
|
```js
|
|
// usage
|
|
chance.tld()
|
|
```
|
|
|
|
Return a random tld ([Top Level Domain][tld]) from the list of 2-letter country tld list plus the following 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
|
|
|