v1
- by lamik 12/30/202000
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
let s = 'tl03_Tabs1';
delete caserun single casemove downdrag and drop case


ready



return s.substr(-1)
delete caserun single casemove upmove downdrag and drop case


ready



return s.substr(s.length - 1)
delete caserun single casemove upmove downdrag and drop case


ready



return s.substring(s.length - 1, s.length);
delete caserun single casemove upmove downdrag and drop case


ready



return s.slice(-1);
delete caserun single casemove upmove downdrag and drop case


ready



return s.charAt(s.length-1);
delete caserun single casemove upmove downdrag and drop case


ready



return s[s.length-1];
delete caserun single casemove upmove downdrag and drop case


ready



return s.match(/.$/);
delete caserun single casemove updrag and drop case


ready



return [...s].pop();
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN