Tag: strings

String Concatination in Javascript

String concatenation is a common operation in JavaScript, and the way it’s written can impact both readability and maintainability of the code

 Posted in javascript Tagged

Python: Formatting methods

Sting formatting with .format() method A good way to format objects into the strings to…

 Posted in Python Tagged , , ,