Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Yoda
Portal
Forum
Hilfe
Anmelden
jpsp91
/
ZipTeamPurple-FrontEnd
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Front end of the Slack clone application.
22
Commits
5
Branches
Struktur:
ce1a7e7bf1
dev
easypeasy
jp
master
nmaidanos
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von 'ce1a7e7bf1'
${ noResults }
ZipTeamPurple-FrontEnd
/
node_modules
/
es6-set
/
ext
/
get-first.js
get-first.js
85B
Verlauf
Originalformat
1
2
3
4
5
6
'use strict';
module.exports = function () {
return this.values().next().value;
};