This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if customer %} | |
<script> | |
mixpanel.identify(‘{{customer.id}}’); | |
mixpanel.people.set({ | |
“$first_name”: “{{customer.first_name}}”, | |
“$last_name”: “{{customer.last_name}}”, | |
“$email”: “{{customer.email}}”, | |
“Order Count”: “{{customer.orders_count}}”, | |
“Total Spent”: “{{customer.total_spent | money_without_currency}}” | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Review if is a palindrome. | |
let input = 'Anita lava la tina'; | |
//let input = 'alla'; | |
//let input = "Aranara"; | |
//let input = "aAranar"; | |
//Function to review if a string is palindrome | |
function isPalindrome(text){ | |
try { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"theme": "dark", | |
"profiles": [ | |
{ | |
"name" : "Ubuntu", | |
"source" : "Windows.Terminal.Wsl", | |
"colorScheme" : "Raspberry", | |
"cursorColor" : "#FFFFFF", | |
"fontFace" : "Cascadia Code", | |
"padding" : "5, 5, 5, 5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-05-01T20:46:47.913Z","extensionVersion":"v3.4.3"} |