Created
November 6, 2021 06:34
-
-
Save djmin43/1462fdb708ef3b9eb4bcf0d59ca4041b to your computer and use it in GitHub Desktop.
CASE#1
This file contains 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
// CASE #1: no abstraction | |
const displayNameOnly = 'Jay Min' | |
const nameWithAge = 'Jay Min, 33' | |
const nameAndFavouriteMovie = 'Jay Min, favourite movie: Baby Driver' | |
const nameAndFavouriteBand = 'Jay Min, favourite band: Black Sabbath' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment