Skip to content

seanmars/notes

Repository files navigation

notes

Naming sytle

  • camelCase
  • PascalCase
  • snake_case
  • kebab-case

De Morgan's laws (德摩根定律)

遇到複雜的 if 判斷式時,或者複雜的 NOT 時可以利用 德摩根定律 來整理。

!(p && q) === (!p || !q)
!(p || q) === (!p && !q)

About

use issue for some helpful information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published