This is a comprehensive reference guide for creating high-quality web animations. Use this as a knowledge base for implementing animations in web applications. All principles, timing values, and easing functions provided here are production-tested and ready to use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Software Engineering Coding Challenge | |
| //Okraku Isaac Antwi | |
| /*This solution only solves the first part of the challenge and | |
| doesn't remove exactly K consecutive letters from the input string*/ | |
| //Calling the compression function and passing the string only | |
| compression("AAAAAAAAAAABXXAAAAAAAAAA"); | |
| //Compression function |