moeen-basra / laravel-react

Laravel 8 and React 17 boilerplate

Home Page:http://laravel-react.moeen.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is '!!' doing?

fmake7 opened this issue · comments

Hi. moeen.

I am looking at your code.
And, I am studying very much.

Please tell me about function checkAuth.

isAuthenticated: !! localStorage.getItem ('access_token')

What is this '!!' doing?

Thank you.