1

I am studying via tutorial, on email authentication. Inside the user.js file, there's an equal sign that looks like a hamburger menu. I have searched online and it talks about it on Wikipedia but I see no solution as to how to "type" the character in my code. The code inside of my user.js looks like this ...

userScheama.methods = {
authenticate: function(plainText) {
return this.encryptPassword(plainText) [hamburger menu look alike symbol here] this.hashed._password;
},

Any help is greatly appreciated -Rocky

  • I don't think you can type `☰`. You might just have to copy/paste it in, but I'm still looking. – Ollie Feb 17 '21 at 21:33
  • I'm thinking maybe it's the same as === but when you press enter depending on which code editor/extension you are using it will stay the same as === or look like a hamburger menu instead? – rjhprogress Feb 18 '21 at 02:41

0 Answers0