It is advisable to test if JS object is empty before using it. Here is how to text for empty JavaScript object.
How to Convert RGB to Hex and Hex to RGB in JavaScript
Sometimes you may need to convert RGB to Hex and Hex to RGB in JavaScript. Here are the steps to do so.
How to Store Emoji in MySQL Database
How to Select Nth Row in Database Table
How to Search String in Multiple Tables in Database
Sometimes you may need to search string in multiple tables in MySQL database. Here are the steps to do it.
How to Split Field Into Two in MySQL
How to Fix ‘Can’t Connect to Local MySQL Socket’ Error
Sometimes you may get the error ‘Can’t Connect to Local MySQL Socket’ error while using MySQL. Here are the steps to fix this error.
How to Make Case Sensitive String Comparison in MySQL
MySQL string comparison is case insensitive. Here is how to make case sensitive case string comparison in MySQL.