Skip to content

Instantly share code, notes, and snippets.

View teffcode's full-sized avatar
🐰
Working !

Estefany Aguilar teffcode

🐰
Working !
View GitHub Profile
/*
* FROM -> crea una nueva instancia de array
*/
// 1
Array.from("tefa") // ["t", "e", "f", "a"]
// 2
function formArrayLike() {
return Array.from(arguments)
.mm-take-survey-page-header {
border-bottom: solid 1px #DFE3E8;
height: 80px;
width: 100%;
}
.mm-take-survey-page-header img {
width: 282px;
}