Skip to content Skip to sidebar Skip to footer
Showing posts with the label Symbols

Javascript - Regex To Remove Special Characters But Also Keep Greek Characters

I am trying to remove special characters from a piece of text, but using the following regular expr… Read more Javascript - Regex To Remove Special Characters But Also Keep Greek Characters

What Is The Use Of Symbol In Javascript ECMAScript 6?

What is the use of Symbol in javascript (ECMASCRIPT6)? Why does the example below return false? co… Read more What Is The Use Of Symbol In Javascript ECMAScript 6?