Skip to content

[js] 第741天 一元运算符有哪些? #3866

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第741天 一元运算符有哪些?

3+1官网

我也要出题

Activity

wheatup

wheatup commented on Apr 26, 2021

@wheatup
  • + 正值
  • - 负值
  • ~ 位取反
  • ! 逻辑取反
  • ++ 自增1
  • -- 自减1
  • void 空值运算符
  • typeof 取类型运算符
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    jsJavaScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@wheatup

        Issue actions

          [js] 第741天 一元运算符有哪些? · Issue #3866 · haizlin/fe-interview