카타 8급 Sleigh Authentication

1 개요[ | ]

카타 8급 C
# 🔗 문제 풀이

틀:카타 8급-3

2 JavaScript[ | ]

function Sleigh() {}
Sleigh.prototype.authenticate = function(name, password) {
  return name=="Santa Claus" && password=="Ho Ho Ho!";
};
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}