ONSdigital / design-team

An empty repository as the hub for design team tickets (Issues).
0 stars 0 forks source link

E learning #26

Closed alessioventuriniAND closed 6 months ago

SriHV commented 11 months ago

Following are the topics covered in the Javascript E-learning course:

SriHV commented 9 months ago

How the topics were useful while working : Intro to Javascript :- Understood the variables and how they were set in the macros Type and Operators :- Understood the available operators and how they can used especially with strings while manipulating the class names in the macros. Program Flow :- Declared conditions in a efficiently and also gave me a better understanding of macros while understanding the design system escpecially while working on Summary grouped card ticket( #2968). Array :- Understood how variables were declared and looped in macros.

Other topics that I learnt while working on tickets: BEM methodologies and Sass :- While adding new CSS rules during the Summary grouped card ticket( #2968), understood that classes can be declared based on the role they play in HTML.