Skip to content

Instantly share code, notes, and snippets.

@frankMagoba
Created September 21, 2021 10:21
Show Gist options
  • Save frankMagoba/df38c22d481e0acd415957ca133fed45 to your computer and use it in GitHub Desktop.
Save frankMagoba/df38c22d481e0acd415957ca133fed45 to your computer and use it in GitHub Desktop.
Form Interview
type Tree = Record<string, number | Tree>;
console.log(3, typeof 3)
console.log(a, typeof "a")
console.log(2, typeof 2, "a", typeof "a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment