8 kyu

Simple Comparison?

Description:

Write a function that will compare two values, one will be a number and one will be a string. Return true if they are the same character (regardless of their different data types) and return false if they are not.

To make this challange harder and to promp the challenger to read up about coercion I have disabled some of the built in methods including .toString(), .join(), .split(), parseInt and .Number().

Fundamentals
Strings

Stats:

CreatedOct 7, 2016
PublishedOct 7, 2016
Warriors Trained8168
Total Skips125
Total Code Submissions11600
Total Times Completed6844
JavaScript Completions6844
Total Stars42
% of votes with a positive feedback rating91% of 1377
Total "Very Satisfied" Votes1165
Total "Somewhat Satisfied" Votes171
Total "Not Satisfied" Votes41
Total Rank Assessments10
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Peter Rhodes Avatar
  • user8476848 Avatar
  • dagolinuxoid Avatar
Ad