Question: JAVASCRIPT Given two strings sentence and message and asked me to return a Boolean if a message can be generated from the given sentence(letters with
JAVASCRIPT
Given two strings sentence and message and asked me to return a Boolean if a message can be generated from the given sentence(letters with in the sentence can not be reused)
Ex: Sentence = today is monday Message = sad day
Output : true
Ex: Sentence = today is monday Message = bad day
Output : false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
