
-
Exercises from a JavaScript workshop I did with Html, Css and JavaScript. Using the BEM methodology
-
In the course they gave the bases of each workshop:
-- Formula construction
-- Basic html
-- Js interaction with html
-
Challenge for the student:
--Do the logic functions. The layout and interaction with the user in each workshop
- Calculate perimeter and area of square, triangle and circle
- Calculate percentages, prices and discounts of products
- Calculate average of list of numbers
- Calculate Median of list of numbers
- Calculate Mode of list of numbers
- Calculate the wage difference in your country
- First step: Define the formulas
- Second step: Implement the formulas in JavaScript
- Third step: Create functions
- Fourth step: Integrate JS with html
- Fifth step: Design and implement the interaction with the user
- Rodrigo C
-
Ejercicios de un taller de JavaScript que hice con Html, Css y JavaScript. Utilizando la metodología BEM
-
En el curso dieron las bases de cada taller:
-- Contrucion de fórmulas
-- Html básico
-- Interacion de js con html
-- Reto: Hacer las funciones de lógica. La maquetación y la interación con el usuario en cada taller
- Calcular périmetro y área del cuadrado,triángulo y círculo
- Calcular porsentajes, precios y descuentos de productos
- Calcular promedio de lista de números
- Calcular Mediana de lista de números
- Calcular Moda de lista de números
- Calcular la diferencia salarial de tu país
- Calcular Promedio del top 10
- Primer paso: Definir las fórmulas
- Segundo paso: Implementar las fórmulas en JavasScript
- Tercer paso: Crear funciones
- Cuarto paso: Integrar JS con html
- Quineto paso: Diseñar e implementarar la interaccion con el usuario
- Rodrigo C