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