div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਸੂਰੀਆ ਦੇ ਸੁਝਾਅ, ਹੋਟਲ ਦੇ ਸੀਕ੍ਰੇਟ ; 2 ਖਿਡਾਰੀਆਂ ਦੀ ਮਦਦ ਨਾਲ ਈਸ਼ਾਨ ਦੀ ਖੁੱਲ੍ਹੀ ਕਿਸਮਤ

Ishan Kishan ODI Double Century: ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਦੀ ਸ਼ਾਨਦਾਰ ਕਹਾਣੀ ਦੇ ਕਈ ਪਹਿਲੂ ਹਨ, ਜਿਸ ਨੇ ਬੰਗਲਾਦੇਸ਼ ਦੇ ਖਿਲਾਫ ਤੀਜੇ ਵਨਡੇ ਵਿੱਚ ਹਮਲਾਵਰ ਬੱਲੇਬਾਜ਼ੀ ਕਰਕੇ ਇੱਕ ਰੋਜ਼ਾ ਕ੍ਰਿਕਟ ਇਤਿਹਾਸ ਵਿੱਚ ਸਭ ਤੋਂ ਤੇਜ਼ ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਇਆ। 24 ਸਾਲਾ ਈਸ਼ਾਨ ਨੇ ਆਪਣੇ 10ਵੇਂ ਵਨਡੇ ‘ਚ ਇਤਿਹਾਸ ਰਚ ਦਿੱਤਾ। ਉਸ ਨੇ ਨਿਡਰ ਹੋ ਕੇ ਬੱਲੇਬਾਜ਼ੀ ਕਰਦੇ ਹੋਏ 131 ਗੇਂਦਾਂ ‘ਚ 24 ਚੌਕਿਆਂ ਅਤੇ 10 ਛੱਕਿਆਂ ਦੀ ਮਦਦ ਨਾਲ 210 ਦੌੜਾਂ ਬਣਾ ਕੇ ਬੰਗਲਾਦੇਸ਼ ਦੇ ਗੇਂਦਬਾਜ਼ਾਂ ਨੂੰ ਢੇਰ ਕਰ ਦਿੱਤਾ। ਈਸ਼ਾਨ ਨੇ ਸਿਰਫ 126 ਗੇਂਦਾਂ ‘ਚ ਆਪਣਾ ਦੋਹਰਾ ਸੈਂਕੜਾ ਪੂਰਾ ਕੀਤਾ। ਇਸ ਤੋਂ ਪਹਿਲਾਂ ਇਹ ਰਿਕਾਰਡ ਕ੍ਰਿਸ ਗੇਲ ਦੇ ਨਾਂ ਸੀ, ਜਿਸ ਨੇ 2015 ਵਿਸ਼ਵ ਕੱਪ ‘ਚ ਜ਼ਿੰਬਾਬਵੇ ਖਿਲਾਫ 138 ਗੇਂਦਾਂ ‘ਚ ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਇਆ ਸੀ। ਖੱਬੇ ਹੱਥ ਦੇ ਬੱਲੇਬਾਜ਼ ਈਸ਼ਾਨ ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਉਣ ਵਾਲਾ ਚੌਥਾ ਭਾਰਤੀ ਬੱਲੇਬਾਜ਼ ਹੈ। ਭਾਰਤੀ ਕਪਤਾਨ ਰੋਹਿਤ ਸ਼ਰਮਾ ਇਹ ਕਾਰਨਾਮਾ ਤਿੰਨ ਵਾਰ ਕਰ ਚੁੱਕੇ ਹਨ। ਮਾਸਟਰ-ਬਲਾਸਟਰ ਸਚਿਨ ਤੇਂਦੁਲਕਰ ਅਤੇ ਵਰਿੰਦਰ ਸਹਿਵਾਗ ਨੇ ਵੀ ਇਕ-ਇਕ ਵਾਰ ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਇਆ ਹੈ। ਸੱਚ ਕਹਾਂ ਤਾਂ ਰੋਹਿਤ ਸ਼ਰਮਾ ਦੀ ਸੱਟ ਕਾਰਨ ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਖੁਸ਼ਕਿਸਮਤ ਰਿਹਾ। ਇਸ ਤੋਂ ਇਲਾਵਾ ਦੋ ਹੋਰ ਖਿਡਾਰੀਆਂ ਦੀ ਮਦਦ ਨਾਲ ਉਸ ਨੇ ਇਹ ਕਾਰਨਾਮਾ ਕੀਤਾ।

ਹੋਟਲ ਰੂਮ ਸੀਕਰੇਟ: ਇਹ ਜੂਨ 2022 ਵਿੱਚ ਸੀ ਜਦੋਂ ਭਾਰਤੀ ਟੀਮ ਦੱਖਣੀ ਅਫਰੀਕਾ ਵਿਰੁੱਧ ਟੀ-20 ਅੰਤਰਰਾਸ਼ਟਰੀ ਮੈਚ ਲਈ ਦਿੱਲੀ ਪਹੁੰਚੀ ਸੀ। ਕ੍ਰਿਕਟ ਕੋਚ ਉੱਤਮ ਮਜ਼ੂਮਦਾਰ ਦੇ ਫੋਨ ਦੀ ਘੰਟੀ ਵੱਜੀ ਅਤੇ ਉਨ੍ਹਾਂ ਨੂੰ ਆਈਟੀਸੀ ਮੌਰਿਆ ਹੋਟਲ ਪਹੁੰਚਣ ਦੀ ਬੇਨਤੀ ਕੀਤੀ ਗਈ। ਫੋਨ ਕਾਲ ਦੇ ਦੂਜੇ ਪਾਸੇ ਉਨ੍ਹਾਂ ਦਾ ਚਹੇਤਾ ਚੇਲਾ ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਸੀ। ਗ੍ਰੇਟਰ ਨੋਇਡਾ ਵਿੱਚ ਆਪਣੀ ਕ੍ਰਿਕਟ ਅਕੈਡਮੀ ਚਲਾਉਣ ਵਾਲੇ ਮਜੂਮਦਾਰ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਈਸ਼ਾਨ ਐਨਰਿਕ ਨੌਰਕੀਆ ਅਤੇ ਕਾਗਿਸੋ ਰਬਾਡਾ ਵਰਗੇ ਗੇਂਦਬਾਜ਼ਾਂ ਦੀ ਸ਼ਾਰਟ-ਪਿਚ ਗੇਂਦਬਾਜ਼ੀ ਦਾ ਸਾਹਮਣਾ ਕਰਨ ਦੀ ਤਿਆਰੀ ਕਰ ਰਿਹਾ ਸੀ। ਉਹ ਬਾਊਂਸਰ ਨਾਲ ਨਜਿੱਠਣ ਲਈ ਸਿਰ ਨੂੰ ਸਹੀ ਸਥਿਤੀ ਵਿਚ ਰੱਖਣ ਦਾ ਅਭਿਆਸ ਕਰ ਰਿਹਾ ਸੀ। ਬਾਅਦ ਵਿੱਚ, ਈਸ਼ਾਨ ਦਾ ਹੋਟਲ ਦਾ ਕਮਰਾ ਅਭਿਆਸ ਸੈਸ਼ਨ ਦਾ ਇੱਕ ਵਿਸਤ੍ਰਿਤ ਹਿੱਸਾ ਬਣ ਗਿਆ। ਉਹ ਮੈਚ ਤੋਂ ਚਾਰ-ਪੰਜ ਦਿਨ ਪਹਿਲਾਂ ਹੀ ਪੁੱਲ ਸ਼ਾਟ ਦਾ ਅਭਿਆਸ ਸ਼ੁਰੂ ਕਰ ਦਿੰਦਾ ਸੀ।

ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਬਚਪਨ ਤੋਂ ਹੀ ਕ੍ਰਿਕਟ ਖੇਡਣ ਦਾ ਪਾਗਲ ਸੀ: ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਨੇ ਕਰੀਬ 6 ਸਾਲ ਦੀ ਉਮਰ ਤੋਂ ਹੀ ਕ੍ਰਿਕਟ ਖੇਡਣਾ ਸ਼ੁਰੂ ਕਰ ਦਿੱਤਾ ਸੀ। ਉਸ ਦੇ ਪਿਤਾ ਪ੍ਰਣਵ ਪਾਂਡੇ ਨੇ ਈਸ਼ਾਨ ਨੂੰ ਪਟਨਾ ਸਥਿਤ ਬਿਹਾਰ ਕ੍ਰਿਕਟ ਅਕੈਡਮੀ ‘ਚ ਸ਼ਾਮਲ ਕਰਾਇਆ। ਸਕੂਲ ਵਿੱਚ ਈਸ਼ਾਨ ਦੇ ਕ੍ਰਿਕਟ ਪ੍ਰਤੀ ਜਨੂੰਨ ਨੂੰ ਦੇਖ ਕੇ ਅਧਿਆਪਕ ਵੀ ਚਿੰਤਤ ਸਨ। ਈਸ਼ਾਨ ਦਾ ਕ੍ਰਿਕਟ ਪ੍ਰਤੀ ਜਨੂੰਨ ਘੱਟ ਨਹੀਂ ਹੋਇਆ ਅਤੇ ਉਸ ਨੂੰ ਸਕੂਲ ਤੋਂ ਕੱਢ ਦਿੱਤਾ ਗਿਆ। ਉਹ ਕ੍ਰਿਕਟ ਖੇਡਣ ਲਈ ਪਟਨਾ ਤੋਂ ਰਾਂਚੀ ਪਹੁੰਚਦੇ ਸਨ। ਈਸ਼ਾਨ ਦੇ ਜਨੂੰਨ ਨੂੰ ਦੇਖ ਕੇ ਉਸ ਦੇ ਦੋਸਤ ਉਸ ਨੂੰ ਡੈਫੀਨਿਤ ਦੇ ਨਾਂ ਨਾਲ ਬੁਲਾਉਂਦੇ ਸਨ। ਈਸ਼ਾਨ ਨੈੱਟ ‘ਤੇ 500-600 ਗੇਂਦਾਂ ਦਾ ਸਾਹਮਣਾ ਕਰਦੇ ਹੋਏ 200 ਗੇਂਦਾਂ ‘ਤੇ ਪਾਵਰ ਹਿਟਿੰਗ ਦਾ ਅਭਿਆਸ ਕਰਦਾ ਹੈ। ਧੋਨੀ ਵੀ ਈਸ਼ਾਨ ਦੀ ਪ੍ਰਤਿਭਾ ਦਾ ਲੋਹਾ ਮੰਨਦੇ ਹਨ।

ਰੋਹਿਤ ਦੀ ਸੱਟ ਨੇ ਖੋਲ੍ਹੀ ਕਿਸਮਤ: ਭਾਰਤੀ ਕਪਤਾਨ ਰੋਹਿਤ ਸ਼ਰਮਾ ਦੇ ਅੰਗੂਠੇ ਵਿੱਚ ਬੰਗਲਾਦੇਸ਼ ਖ਼ਿਲਾਫ਼ ਖੇਡੇ ਗਏ ਦੂਜੇ ਵਨਡੇ ਵਿੱਚ ਸੱਟ ਲੱਗ ਗਈ ਸੀ। ਸੱਟ ਦੇ ਬਾਵਜੂਦ ਰੋਹਿਤ ਨੇ ਨੌਵੇਂ ਨੰਬਰ ‘ਤੇ ਆ ਕੇ ਹਮਲਾਵਰ ਬੱਲੇਬਾਜ਼ੀ ਕੀਤੀ। ਹਾਲਾਂਕਿ ਉਹ ਆਪਣੀ ਟੀਮ ਦੀ ਹਾਰ ਨੂੰ ਟਾਲ ਨਹੀਂ ਸਕੇ। ਤੀਜੇ ਵਨਡੇ ‘ਚ ਉਨ੍ਹਾਂ ਦੀ ਜਗ੍ਹਾ ਈਸ਼ਾਨ ਕਿਸ਼ਨ ਨੂੰ ਮੌਕਾ ਮਿਲਿਆ ਹੈ। ਈਸ਼ਾਨ ਨੇ ਇਸ ਮੌਕੇ ਦਾ ਪੂਰਾ ਫਾਇਦਾ ਉਠਾਇਆ ਅਤੇ ਇਤਿਹਾਸ ਰਚ ਦਿੱਤਾ। ਬਾਅਦ ‘ਚ ਰੋਹਿਤ ਸ਼ਰਮਾ ਨੇ ਖੁਸ਼ੀ ਜ਼ਾਹਰ ਕਰਦਿਆਂ ਕਿਹਾ ਕਿ ਦੋਹਰਾ ਸੈਂਕੜਾ ਬਣਾਉਣ ਦੇ ਕਲੱਬ ‘ਚ ਸ਼ਾਮਲ ਹੋਣ ਦਾ ਮਜ਼ਾ ਹੀ ਵੱਖਰਾ ਹੈ।

ਸੂਰਿਆਕੁਮਾਰ ਯਾਦਵ ਨੇ ਦਿੱਤਾ ਖਾਸ ਮੰਤਰ : ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਉਣ ਤੋਂ ਬਾਅਦ ਈਸ਼ਾਨ ਨੇ ਖੁਦ ਸੂਰਿਆਕੁਮਾਰ ਯਾਦਵ ਬਾਰੇ ਖੁਲਾਸਾ ਕੀਤਾ। ਉਸ ਨੇ ਕਿਹਾ ਸੀ, ‘ਮੈਂ ਬੱਲੇਬਾਜ਼ੀ ਦੇ ਸਬੰਧ ‘ਚ ਸੂਰਿਆ ਭਾਈ ਨਾਲ ਗੱਲ ਕੀਤੀ ਸੀ। ਉਸ ਨੇ ਦੱਸਿਆ ਸੀ ਕਿ ਜੇਕਰ ਤੁਸੀਂ ਮੈਚ ਤੋਂ ਪਹਿਲਾਂ ਬੱਲੇਬਾਜ਼ੀ ਦਾ ਅਭਿਆਸ ਕਰਦੇ ਹੋ ਤਾਂ ਕ੍ਰੀਜ਼ ‘ਤੇ ਉਤਰਨ ਤੋਂ ਬਾਅਦ ਤੁਸੀਂ ਗੇਂਦ ਨੂੰ ਚੰਗੀ ਤਰ੍ਹਾਂ ਦੇਖ ਸਕਦੇ ਹੋ। ਤੂਫਾਨੀ ਪਾਰੀ ਖੇਡਣ ਤੋਂ ਬਾਅਦ ਖੁਦ ਸੂਰਿਆਕੁਮਾਰ ਨੇ ਮੀਡੀਆ ‘ਚ ਇਸ ਗੱਲ ਦਾ ਖੁਲਾਸਾ ਕੀਤਾ ਹੈ ਕਿ ਉਹ ਮੈਦਾਨ ‘ਤੇ ਕੁਝ ਵੱਖਰਾ ਨਹੀਂ ਕਰਦੇ ਹਨ। ਸਿਰਫ ਨੈੱਟ ‘ਤੇ ਖੇਡੇ ਗਏ ਸ਼ਾਟ ਬਣਾਉਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰੋ. ਇਕ ਹੋਰ ਹੈਰਾਨੀਜਨਕ ਗੱਲ ਇਹ ਹੈ ਕਿ ਜਿਸ ਦਿਨ ਈਸ਼ਾਨ ਨੇ ਦੋਹਰਾ ਸੈਂਕੜਾ ਲਗਾਇਆ, ਉਸ ਦਿਨ ਉਹ ਨੈੱਟ ‘ਤੇ ਦੋ ਵਾਰ ਬੋਲਡ ਹੋ ਗਿਆ।

ਵਿਰਾਟ ਕੋਹਲੀ ਨੇ ਧੀਰਜ ਰੱਖਣ ਦਾ ਦਿੱਤਾ ਸੁਝਾਅ: ਈਸ਼ਾਨ ਨੇ ਜੋ ਇਤਿਹਾਸ ਰਚਿਆ, ਉਸ ਵਿੱਚ ਵਿਰਾਟ ਕੋਹਲੀ ਦਾ ਵੀ ਯੋਗਦਾਨ ਹੈ। ਉਨ੍ਹਾਂ ਨੇ ਆਪਣੇ ਤਜ਼ਰਬੇ ਸਾਂਝੇ ਕਰਦੇ ਹੋਏ ਬੱਲੇਬਾਜ਼ੀ ਦੌਰਾਨ ਈਸ਼ਾਨ ਨੂੰ ਸਹੀ ਸਲਾਹ ਦਿੱਤੀ। ਇਸ ਬਾਰੇ ਜਾਣਕਾਰੀ ਦਿੰਦੇ ਹੋਏ ਈਸ਼ਾਨ ਨੇ ਖੁਦ ਦੱਸਿਆ ਕਿ ਵਿਰਾਟ ਨੇ ਸੈਂਕੜਾ ਅਤੇ ਦੋਹਰੇ ਸੈਂਕੜੇ ਦੇ ਨੇੜੇ ਆਉਣ ‘ਤੇ ਉਨ੍ਹਾਂ ਦੀ ਘਬਰਾਹਟ ਨੂੰ ਘੱਟ ਕਰਨ ‘ਚ ਮਦਦ ਕੀਤੀ ਸੀ। ਈਸ਼ਾਨ ਦੇ ਅਨੁਸਾਰ, ‘ਬੱਲੇਬਾਜ਼ੀ ਦੌਰਾਨ ਵਿਰਾਟ ਭਾਈ ਮੈਨੂੰ ਦੱਸ ਰਹੇ ਸਨ ਕਿ ਕਿਸ ਗੇਂਦਬਾਜ਼ ਨੂੰ ਹਮਲਾਵਰ ਰਵੱਈਆ ਅਪਣਾਉਣਾ ਚਾਹੀਦਾ ਹੈ, ਕਿਸ ਦੇ ਖਿਲਾਫ ਧਿਆਨ ਨਾਲ ਖੇਡਣਾ ਚਾਹੀਦਾ ਹੈ। ਜਦੋਂ ਮੈਂ 95 ਦੌੜਾਂ ‘ਤੇ ਸੀ ਤਾਂ ਮੈਂ ਛੱਕਾ ਲਗਾ ਕੇ ਆਪਣਾ ਸੈਂਕੜਾ ਪੂਰਾ ਕਰਨਾ ਚਾਹੁੰਦਾ ਸੀ ਪਰ ਉਨ੍ਹਾਂ ਨੇ ਮੈਨੂੰ ਅਜਿਹਾ ਕਰਨ ਤੋਂ ਰੋਕਿਆ ਅਤੇ ਕਿਹਾ ਕਿ ਇਹ ਮੇਰਾ ਪਹਿਲਾ ਸੈਂਕੜਾ ਹੈ, ਇਸ ਲਈ ਬਿਨਾਂ ਕੋਈ ਜੋਖਮ ਲਏ ਮੈਨੂੰ ਸਿੰਗਲ ਲੈ ਕੇ ਇਸ ਨੂੰ ਪੂਰਾ ਕਰਨਾ ਚਾਹੀਦਾ ਹੈ।

Exit mobile version