Which two statements results in the word ‘Sales’?
CORRECT TEXT
Refer to the string below.
Const str=’Salesforce’;
Which two statements results in the word ‘Sales’?
Answer: Str.substring(0,5);
Str.substr(0,5);
Latest JavaScript Developer I Dumps Valid Version with 144 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
                             Subscribe
                            
                        
                                            
                             Login                        
                    
                        0 Comments                    
                                        
                     Inline Feedbacks                    
                    View all comments
                 
	