6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
({
|
|
title: function () {
|
|
return "Bear > Shark";
|
|
}
|
|
})
|