Zend certified PHP/Magento developer

how I get customer address in checkout page with java script magento 2

var prefCode = window.customerData.addresses[0].region_id;

I am Using This code but when I print getting undefind region Id. This same code is working In magento 2.2.But in magento 2.3.6
not working.