Пожалуйста, включите JavaScript
Главная
Обзор
Yoda
Portal
Forum
Помощь
Вход
jpsp91
/
ZipTeamPurple-FrontEnd
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Front end of the Slack clone application.
22
коммитов
5
веток
Дерево:
ce1a7e7bf1
dev
easypeasy
jp
master
nmaidanos
веток
Теги
${ item.name }
Создать ветку
${ searchTerm }
из 'ce1a7e7bf1'
${ noResults }
ZipTeamPurple-FrontEnd
/
node_modules
/
es6-set
/
ext
/
get-first.js
get-first.js
85B
История
Исходник
1
2
3
4
5
6
'use strict';
module.exports = function () {
return this.values().next().value;
};