You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Esta es una traducción de la serie de libros de You Don't Know JS (book series), la cual es una serie de 6 libros que navegan profundamente en los mecanismos básicos y avanzados del lenguaje JavaScript. La primera edición de la serie está ahora completa.
This tool will take a js/ts file as input and generate a jest unit test file next to it with all imports mocked and tests stubs for every class method and function exported.
Develop a Single Page App (SPA) that shows a simple dashboard that displays four tiles, each displaying a single statistic for a data set that is retrieved via a REST API call. The user should be able to request new data to be loaded and to see the statistics in the tiles update to reflect the new data set.
A web app that takes in the date of last menstrual period and today's date or any date at which the estimated gestational age is to be calculated and outputs the EGA and EDD. Built with vanilla JS and bootstrap 4.