An implementation of StretchText for JavaScript, which makes it possible to show and hide nested information on web pages. For details, demos, and instructions on using the library read this blog post.
This project is subset of Warmup task that focuses on refractoring the existing code.
- Use of const and let
- Arrow Functions
- Template Literals
- 'Const' for functions
- Modularise the code
- Remove vendor-prefixed version
- Removed HTML redundancy by using dynamic JS
- Remove vendor-prefixed version
You can find deployed code here
Please find the meeting notes here.