- 187
- 14 057
Código Simple
Paraguay
Приєднався 16 лют 2020
Este canal produce contenido sobre diseño y programación, es un lugar que recomienda recursos para programadores front-end que quieran seguir aprendiendo sobre ingeniería de software, mejores practicas y ¿cómo? mantener una UI limpia.
Yoom
Collaboration with JS Mastery
a zoom clone called "Yoom"
GitHub repository
github.com/UnicornDad8/zoom-clone
JS Mastery channel
www.youtube.com/@javascriptmastery
a zoom clone called "Yoom"
GitHub repository
github.com/UnicornDad8/zoom-clone
JS Mastery channel
www.youtube.com/@javascriptmastery
Переглядів: 17
Відео
StoreIt
Переглядів 42День тому
StoreIt - collaboration with JSMastery The only storage management solution - Google drive clone GitHub repository github.com/UnicornDad8/store-it Full Tutorial of the app (search for StoreIt) www.youtube.com/@javascriptmastery
JavaScript para Novatos - 58
Переглядів 193 місяці тому
- formato para strings con variables o código insertado.
JavaScript para Novatos - 56
Переглядів 105 місяців тому
- Math, como usar el modulo para operaciones matemáticas.
JavaScript para Novatos - 51
Переглядів 86 місяців тому
- las funciones son objetos, todo en javascript es un objeto
bien explicado para que se usa gracias
Salud, buena explicacion de variables y sobre todo lo de camelCase, me gusta esa notacion
Gracias por enseñar como correr el codigo en Node, me recuerda cuando hacia mis tareas en c o en java y tenia que correr el programa desde la terminal, muy instructivo
Gracias por los iconitos uwu y por enseñar eso del "./" no sabia que significaba; actual directorio.
Todo buen curso para eprender un lenguaje inicia con su respectivo "hola mundo" :D genial
Muy bien, comencemos UwU nuevamente buen video, me agrada como estas estructurado todo porque aunque dure poco se siente que aprendes mucho con tan pocos minutos, se digiere facil
Magnifica explicacion :D, me gusto mucho este segundo capitulo con toda la historia y el salario uwu
Un placer iniciar este curso uwu
buena explicación
Estuvo bueno
Tengo que terminar de subir el resto, aún falta mucho
No entiendo porque no tienes más seguidores y like si tus videos son buenos ❤
Execelente 😮
muchas gracias
que lindo!!
termine el formulario, me salio igualito a ti, aqui son las 3 am, seguro mas rato le haga cambios para ponerle mi personalidad y probar cambios y añadirle mas cosas, me gusto mucho tu tutorial, incluso con los errores les dieron un toque humano y me hizo buscar las respuestas por mi mismo. buen dia y gracias.
no estas sola, estoy viendo tu video y estoy haciendo tu proyecto. anims un saludo.
gracias por tus videos! estoy viendo y practicando, estoy aprendiendo a programar, un saludo.
gracias a ustedes :)
❤ Lindo video. Un abrazo. En lo que pueda ayudar aqui estoy❤❤ saludos
❤ Excelente video.. gracias
❤ Excelente video.. gracias
muy bueno, gracias
Cómo puedo tener el vscode cómo tu, tema, los iconos etc porfa. Ah y nuevo suscriptor soy jeje
en extensiones te vas y te instalas material icons theme
Gracias, no sabía dónde sacar los iconos por que tengo un proyecto parecido
is there a github link for this
Sorry but I don't have it on GitHub :(
you need to put at first the package you install for typescript and other to help people know what you do!!
don't worry if you don't know how to use typescript you can use just React, no need for TS...
lo puedo utilizar para un proyecto porfavor
Si claro que sí
Bro this is awesome
A video on UA-cam where an algorithm led me to my heart Because of a precious relationship, I give my heartfelt praise and support. I will give you my heartfelt praise and support with the blue dawn of the next day. When I illuminate my heart with the light of the blue dawn, I hold an old guitar in the arms of an old guitar and play a cold harmonica. Gently stick to my lips. My dream of playing shows no hope at all, but I do not put off my dream and start again today. The passing time comes like magic, and while watching your videos, I try to be happy with the warmth and no regrets of the past. The sad memories that make me cry even when I close my eyes sometimes come, but you just have to suffer just that much. The autumn that has come back will burn brightly close to my heart for a while, and it will pass slowly.... I think the video of you I met by chance is so good that even the scent of autumn leaves gently scattering, so it shakes and resonates with joy. The one I am watching now Your videos are super cool and good. I knew it would be like this. Before the channel opened, I had a good foreboding at the unknown excitement at the door. How did you have such a wonderful talent that is full of the mysterious charm of your video? A video on UA-cam where an algorithm led me to my heart Because of a precious relationship, I give my heartfelt praise and support. I will give you my heartfelt praise and support with the blue dawn of the next day. When I illuminate my heart with the light of the blue dawn, I hold an old guitar in the arms of an old guitar and play a cold harmonica. Gently stick to my lips. When you start playing guitar and harmonica, things get brighter.... When you first meet your video, you can feel the beautiful love that comes from somewhere. Your video has the scent of fall I think it resonates with happiness. The video I'm watching right now is the coolest and the best. Before the channel opened, I had a good foreboding at the unknown excitement at the door. How did you have such a wonderful talent that is full of the mysterious charm of your video?
Hola me podrías hacer el favor de mandarme el código de HTML y CSS, que lo he hecho mas de 5 veces y aun no me funciona, te lo agradecería mucho.
No lo tengo pero para próximos tutoriales voy a crear un repositorio para compartir
@@codigosimple1989 A bueno chao pues. TE ME CUIDAS.
Este es mi vídeo con más views, necesito el número de teléfono del editor de este video, por fa
Como? Si te puedo ayudar en algo contactame x email. Un abrazo amiga. Gracias
nice to meet you :) best of luck in your journey!
Si sabes como hacerlo me lo puedes decir ya que probro de todo y no he logrado
Puedes usar el Tag <button></button> o <a></a> y poner lo que quieras dentro incluso una imagen
@@codigosimple1989 entiendo
@@codigosimple1989 he probado y pero aun n me queda a como el profesor me lo pide
@@codigosimple1989 este es mi correo y asi le envio el video y creo asi me entendera
@@codigosimple1989 zeaselvis7@gmail.com
Ah esta excelete tu trabajo exito
Quiero meter en boton el read...view y coment como puedo hacerlo
solo cambiarias en vez de "div" a "a" con su "href" mandandole a la direccion que quieras
Una preguna
Gracias por compartir los desafíos Para mi lo mas dificil fue el algoritmo 5 Este 6 fue el mas fácil var search = (v, a) => { if(!a.includes(v) ) return -1 for(let i in a){ if( a[i] == v) return i } }
var maxSubarraySum = (s1, n, sub, total=0) => { if(s1.length < n || n <= 0 ) return null for(let index in s1){ sub=0 for(let i=0; i<n; i++){ let g = Number(index)+i sub+=s1[g] } if(total<sub) total=sub } return total }
var countUniqueValues = (s1, j = {}) => { for(let i in s1) j[s1[i]] = 1 return Object.keys(j).length }
var sumZero = s1 => { for(let i in s1){ let v = s1[i] if( v !=0 && s1.includes( v*-1 ) ) return [v,v*-1] } return undefined }
var same = (s1,s2 ) => { if( s1.length != s2.length) return false s2 = s2.join(",") for(let i in s1){ let d= s1[i]**2 if( s2.includes( d ) ) s2 = s2.replace( d, "" ) else return false } return true }
Tambien hay las excepciones: letras mayúsculas y exactamente la misma palabra tambien no es anagrama Mi solución ``` let validAnagram = ( s1=s1.toLowerCase(), s2=s2.toLowerCase() ) => { if(s1.length != s2.length || s1=== s2) return false for(let i in s2){ var letter = s2[i] if( s1.includes(letter) ){ s1= s1.replace(letter,"") }else return false } return true } ```
Tengo una consulta en que momento letter entra dentro de search por que las declaraste ambas pero nunca asignaste una a otra ?
En el primer for letter esta asignada a str1[i], es decir va a iterar entre todos los caracteres del primer string y en el segundo for lo mismo pero con el segundo string str2[i], ten en cuenta que estas variables letter son distintas porque son variables declaradas en dos bloques distintos, no se si respondi a tu pregunta, capaz no la entedi muy bien.
@@codigosimple1989 sisis se entendió y yo por apresurado no vi que como segundo parámetro en el caso que cuando metas el carácter de falso le insertabas un 1 como valué y a la vez quedaba asentada la key también . gracias por contestar!!!
muy bonito aporte , te ganaste un seguidor!! ando justo necesitando ayuda en mi lógica, muchas gracias!!
Gracias por el esfuerzo, perdón por explicar poco y perdón por no subir tutoriales ando estudiando mucho Ruby un lenguaje de programacion, pero me alegro que te quedó bien al final 😃
Despues de ver su video como 6 veces logre me quedaran iguales.....yupi
Es lo que importa nunca darse por vencido y solucionar los problemas que se nos presenta...
Sigue asi...
Estudias ingenieria en sistema o algo por el estilo
Hubieras puesto el codigo en drive
Me gusto el estilo de las tarjetas...aunque falto un poco de explicación en codigo css, y no se porque no me funciono si lo hice al pie de la letra :(