• + 0 comments

    Because the type of the arguements passed are of type "String". You can check by using the type() function so it expects to return a string value only. If you return it in the int form, you will get an error for it. I hope this helps.